Package org.jboss.as.server.deployment
Class DeploymentDeployHandler
java.lang.Object
org.jboss.as.server.deployment.DeploymentDeployHandler
- All Implemented Interfaces:
OperationStepHandler
Handles deployment into the runtime.
- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
OPERATION_NAME
- See Also:
-
-
Constructor Details
-
DeploymentDeployHandler
public DeploymentDeployHandler()
-
-
Method Details
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException - Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-