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
OperationStepHandlerthat registers runtime resources.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description RuntimeResourceRegistrationStepHandler(RuntimeResourceRegistration registration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Constructor Detail
-
RuntimeResourceRegistrationStepHandler
public RuntimeResourceRegistrationStepHandler(RuntimeResourceRegistration registration)
-
-
Method Detail
-
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
-
-