* org.jboss.dmr.ModelNode)
*/
@Override
protected void executeRuntimeStep( final OperationContext context,
final ModelNode operation ) throws OperationFailedException {
AddressContext addressContext = AddressContext.forOperation(operation);
final String repositoryName = addressContext.repositoryName();
final ServiceController<?> sc = context.getServiceRegistry(false).getService(ModeShapeServiceNames.monitorServiceName(repositoryName));
if (sc == null) {
logger().debugv("ModeShape metric handler for repository {0} ignoring runtime step because the monitoring service is unavailable." +
"Most likely the repository has been removed", repositoryName);
return;