Uses of Enum Class
org.jboss.as.controller.RunningMode
Packages that use RunningMode
Package
Description
-
Uses of RunningMode in org.jboss.as.controller
Methods in org.jboss.as.controller that return RunningModeModifier and TypeMethodDescriptionExtensionContext.getRunningMode()Gets the current running mode of the process.OperationContext.getRunningMode()Gets the running mode of the process.RunningModeControl.getRunningMode()static RunningModeReturns the enum constant of this class with the specified name.static RunningMode[]RunningMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.controller with parameters of type RunningModeModifier and TypeMethodDescriptionvoidRunningModeControl.setRunningMode(RunningMode runningMode) Constructors in org.jboss.as.controller with parameters of type RunningMode -
Uses of RunningMode in org.jboss.as.controller.extension
Methods in org.jboss.as.controller.extension with parameters of type RunningModeModifier and TypeMethodDescriptionExtensionRegistry.Builder.withRunningMode(RunningMode mode) Convenience method for setting theRunningModeControlof the extension registry. -
Uses of RunningMode in org.jboss.as.controller.parsing
Methods in org.jboss.as.controller.parsing that return RunningModeModifier and TypeMethodDescriptionExtensionParsingContext.getRunningMode()Gets the current running mode of the process. -
Uses of RunningMode in org.jboss.as.controller.transform
Methods in org.jboss.as.controller.transform that return RunningModeModifier and TypeMethodDescriptionTransformationContext.getRunningMode()Gets the running mode of the process.Transformers.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 RunningModeModifier and TypeMethodDescriptionTransformers.Factory.create(TransformationTarget target, Resource model, ImmutableManagementResourceRegistration registration, ExpressionResolver resolver, RunningMode runningMode, ProcessType type, TransformerOperationAttachment attachment) Creates a ResourceTransformationContextTransformers.Factory.create(TransformationTarget target, Resource model, ImmutableManagementResourceRegistration registration, ExpressionResolver resolver, RunningMode runningMode, ProcessType type, TransformerOperationAttachment attachment, Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry) Creates a ResourceTransformationContext