Class RestartParentResourceAddHandler

java.lang.Object
org.jboss.as.controller.RestartParentResourceHandlerBase
org.jboss.as.controller.RestartParentResourceAddHandler
All Implemented Interfaces:
OperationDescriptor, OperationStepHandler

public abstract class RestartParentResourceAddHandler extends RestartParentResourceHandlerBase implements OperationDescriptor
Simple add handler which, if allowed, restarts a parent resource when the child is added. Otherwise the server is put into a forced reload.
Author:
Jason T. Greene