Uses of Class
org.jboss.as.controller.RunningMode
-
-
Uses of RunningMode in org.jboss.as.controller
Methods in org.jboss.as.controller that return RunningMode Modifier and Type Method Description RunningModeExtensionContext. getRunningMode()Gets the current running mode of the process.RunningModeOperationContext. getRunningMode()Gets the running mode of the process.RunningModeRunningModeControl. getRunningMode()static RunningModeRunningMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RunningMode[]RunningMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.controller with parameters of type RunningMode Modifier and Type Method Description voidRunningModeControl. setRunningMode(RunningMode runningMode)Constructors in org.jboss.as.controller with parameters of type RunningMode Constructor Description RunningModeControl(RunningMode initialMode) -
Uses of RunningMode in org.jboss.as.controller.parsing
Methods in org.jboss.as.controller.parsing that return RunningMode Modifier and Type Method Description RunningModeExtensionParsingContext. getRunningMode()Gets the current running mode of the process. -
Uses of RunningMode in org.jboss.as.controller.persistence
Methods in org.jboss.as.controller.persistence with parameters of type RunningMode Modifier and Type Method Description booleanConfigurationExtension. shouldProcessOperations(RunningMode mode)Checks if the configuration extension should process the supplemental configurations. -
Uses of RunningMode in org.jboss.as.controller.persistence.yaml
Methods in org.jboss.as.controller.persistence.yaml with parameters of type RunningMode Modifier and Type Method Description booleanYamlConfigurationExtension. shouldProcessOperations(RunningMode mode) -
Uses of RunningMode in org.jboss.as.controller.transform
Methods in org.jboss.as.controller.transform that return RunningMode Modifier and Type Method Description RunningModeTransformationContext. getRunningMode()Gets the running mode of the process.RunningModeTransformers.TransformationInputs. getRunningMode()Gets the process' running mode at the time this object was created.Methods in org.jboss.as.controller.transform with parameters of type RunningMode Modifier and Type Method Description static ResourceTransformationContextTransformers.Factory. create(TransformationTarget target, Resource model, ImmutableManagementResourceRegistration registration, ExpressionResolver resolver, RunningMode runningMode, ProcessType type, TransformerOperationAttachment attachment)Creates a ResourceTransformationContextstatic ResourceTransformationContextTransformers.Factory. create(TransformationTarget target, Resource model, ImmutableManagementResourceRegistration registration, ExpressionResolver resolver, RunningMode runningMode, ProcessType type, TransformerOperationAttachment attachment, Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry)Creates a ResourceTransformationContext
-