Class RuntimeResourceRegistrationStepHandler
java.lang.Object
org.jboss.as.clustering.controller.RuntimeResourceRegistrationStepHandler
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class RuntimeResourceRegistrationStepHandler
extends Object
implements org.jboss.as.controller.OperationStepHandler
OperationStepHandler that registers runtime resources.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
Constructor Details
-
RuntimeResourceRegistrationStepHandler
-
-
Method Details
-
execute
public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException - Specified by:
executein interfaceorg.jboss.as.controller.OperationStepHandler- Throws:
org.jboss.as.controller.OperationFailedException
-