Class StackOperationHandler
java.lang.Object
org.jboss.as.controller.AbstractRuntimeOnlyHandler
org.jboss.as.clustering.jgroups.subsystem.StackOperationHandler
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler,org.wildfly.subsystem.resource.ManagementResourceRegistrar
public class StackOperationHandler
extends org.jboss.as.controller.AbstractRuntimeOnlyHandler
implements org.wildfly.subsystem.resource.ManagementResourceRegistrar
Operation handler for protocol stack diagnostic runtime operations.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode op) voidregister(org.jboss.as.controller.registry.ManagementResourceRegistration registration) Methods inherited from class org.jboss.as.controller.AbstractRuntimeOnlyHandler
execute, requiresRuntime, resourceMustExist
-
Constructor Details
-
StackOperationHandler
public StackOperationHandler()
-
-
Method Details
-
executeRuntimeStep
protected void executeRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode op) throws org.jboss.as.controller.OperationFailedException - Specified by:
executeRuntimeStepin classorg.jboss.as.controller.AbstractRuntimeOnlyHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
register
public void register(org.jboss.as.controller.registry.ManagementResourceRegistration registration) - Specified by:
registerin interfaceorg.wildfly.subsystem.resource.ManagementResourceRegistrar
-