Class ResourceOperationRuntimeHandler.RestartAncestorResourceServiceConfiguratorRuntimeHandler
- java.lang.Object
-
- org.wildfly.subsystem.resource.operation.ResourceOperationRuntimeHandler.RestartAncestorResourceServiceConfiguratorRuntimeHandler
-
- All Implemented Interfaces:
ResourceOperationRuntimeHandler
- Enclosing interface:
- ResourceOperationRuntimeHandler
public static class ResourceOperationRuntimeHandler.RestartAncestorResourceServiceConfiguratorRuntimeHandler extends Object implements ResourceOperationRuntimeHandler
Runtime handler that restarts the runtime handler of an ancestor resource.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.wildfly.subsystem.resource.operation.ResourceOperationRuntimeHandler
ResourceOperationRuntimeHandler.ResourceServiceConfiguratorRuntimeHandler, ResourceOperationRuntimeHandler.RestartAncestorResourceServiceConfiguratorRuntimeHandler
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)Adds runtime behavior for a resource with the specified model.voidremoveRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)Removes runtime behavior for a resource with the specified model.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.subsystem.resource.operation.ResourceOperationRuntimeHandler
addRuntime, readModel, removeRuntime
-
-
-
-
Method Detail
-
addRuntime
public void addRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)Description copied from interface:ResourceOperationRuntimeHandlerAdds runtime behavior for a resource with the specified model.- Specified by:
addRuntimein interfaceResourceOperationRuntimeHandler- Parameters:
context- the context of the operationmodel- the resource model
-
removeRuntime
public void removeRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)Description copied from interface:ResourceOperationRuntimeHandlerRemoves runtime behavior for a resource with the specified model.- Specified by:
removeRuntimein interfaceResourceOperationRuntimeHandler- Parameters:
context- the context of the operationmodel- the resource model
-
-