Uses of Interface
org.jboss.as.controller.OperationDescriptor
-
Packages that use OperationDescriptor Package Description org.jboss.as.controller org.jboss.as.controller.management org.jboss.as.controller.operations.common -
-
Uses of OperationDescriptor in org.jboss.as.controller
Classes in org.jboss.as.controller that implement OperationDescriptor Modifier and Type Class Description classAbstractAddStepHandlerBase class forOperationStepHandlerimplementations that add managed resource.classAbstractBoottimeAddStepHandlerBase class forOperationStepHandlerimplementations that add managed resources and also perform runtime processing that should only occur during server boot.classModelOnlyAddStepHandlerA handler for theaddoperation that only manipulates the model.classReloadRequiredAddStepHandlerAn handler for an 'add' operation that does nothing in theruntime stagebut put the process in reload-required state.classRestartParentResourceAddHandlerSimple add handler which, if allowed, restarts a parent resource when the child is added. -
Uses of OperationDescriptor in org.jboss.as.controller.management
Classes in org.jboss.as.controller.management that implement OperationDescriptor Modifier and Type Class Description classBaseHttpInterfaceAddStepHandlerThe base add handler for the HTTP Management Interface.classBaseNativeInterfaceAddStepHandlerThe base add handler for the native management interface.classManagementInterfaceAddStepHandlerThe base add handler for management interfaces. -
Uses of OperationDescriptor in org.jboss.as.controller.operations.common
Classes in org.jboss.as.controller.operations.common that implement OperationDescriptor Modifier and Type Class Description classInterfaceAddHandlerHandler for the interface resource add operation.
-