Class StackOperationHandler
- java.lang.Object
-
- org.jboss.as.controller.AbstractRuntimeOnlyHandler
-
- org.jboss.as.clustering.jgroups.subsystem.StackOperationHandler
-
- All Implemented Interfaces:
Registration<org.jboss.as.controller.registry.ManagementResourceRegistration>,org.jboss.as.controller.OperationStepHandler
public class StackOperationHandler extends org.jboss.as.controller.AbstractRuntimeOnlyHandler implements Registration<org.jboss.as.controller.registry.ManagementResourceRegistration>
Operation handler for protocol stack diagnostic runtime operations.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description StackOperationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode op)voidregister(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
-
-
-
Method Detail
-
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 interfaceRegistration<org.jboss.as.controller.registry.ManagementResourceRegistration>
-
-