Package org.jboss.as.server.operations
Class DumpServicesHandler
java.lang.Object
org.jboss.as.server.operations.DumpServicesHandler
- All Implemented Interfaces:
OperationStepHandler
Handler that dumps all services in the server container
- Author:
- Jason T. Greene
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleOperationDefinitionstatic final DumpServicesHandler -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
DEFINITION
-
INSTANCE
-
-
Method Details
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException - Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-