Class RestartParentResourceRemoveHandler

java.lang.Object
org.jboss.as.controller.RestartParentResourceHandlerBase
org.jboss.as.controller.RestartParentResourceRemoveHandler
All Implemented Interfaces:
OperationStepHandler

public abstract class RestartParentResourceRemoveHandler extends RestartParentResourceHandlerBase
Simple remove handler that, if allowed, restarts a parent resource when a child is removed. Otherwise the server is put into a forced reload.
Author:
Jason T. Greene