Uses of Class
org.jboss.as.controller.SimpleOperationDefinition
-
Packages that use SimpleOperationDefinition Package Description org.jboss.as.controller org.jboss.as.controller.operations.common org.jboss.as.controller.operations.global -
-
Uses of SimpleOperationDefinition in org.jboss.as.controller
Fields in org.jboss.as.controller declared as SimpleOperationDefinition Modifier and Type Field Description static SimpleOperationDefinitionBootErrorCollector.ListBootErrorsHandler. DEFINITIONMethods in org.jboss.as.controller that return SimpleOperationDefinition Modifier and Type Method Description SimpleOperationDefinitionSimpleOperationDefinitionBuilder. build()protected SimpleOperationDefinitionSimpleOperationDefinitionBuilder. internalBuild(ResourceDescriptionResolver resolver, ResourceDescriptionResolver attributeResolver)Methods in org.jboss.as.controller with parameters of type SimpleOperationDefinition Modifier and Type Method Description static SimpleOperationDefinitionBuilderSimpleOperationDefinitionBuilder. of(String name, SimpleOperationDefinition basis)Creates an operation definition builder with the specified name, based on the configuration of the specified operation definition. -
Uses of SimpleOperationDefinition in org.jboss.as.controller.operations.common
Fields in org.jboss.as.controller.operations.common declared as SimpleOperationDefinition Modifier and Type Field Description static SimpleOperationDefinitionGenericSubsystemDescribeHandler. DEFINITIONstatic SimpleOperationDefinitionXmlFileMarshallingHandler. DEFINITION -
Uses of SimpleOperationDefinition in org.jboss.as.controller.operations.global
Fields in org.jboss.as.controller.operations.global declared as SimpleOperationDefinition Modifier and Type Field Description static SimpleOperationDefinitionGlobalInstallationReportHandler. DEFINITIONstatic SimpleOperationDefinitionReadConfigAsFeaturesOperationHandler. DEFINITION
-