Uses of Class
org.jboss.as.controller.RunningModeControl
-
Packages that use RunningModeControl Package Description org.jboss.as.controller org.jboss.as.controller.extension org.jboss.as.controller.operations.common -
-
Uses of RunningModeControl in org.jboss.as.controller
-
Uses of RunningModeControl in org.jboss.as.controller.extension
Methods in org.jboss.as.controller.extension with parameters of type RunningModeControl Modifier and Type Method Description ExtensionRegistry.BuilderExtensionRegistry.Builder. withRunningModeControl(RunningModeControl runningModeControl)Overrides the defaultRunningModeControlof the extension registry.Constructors in org.jboss.as.controller.extension with parameters of type RunningModeControl Constructor Description ExtensionRegistry(ProcessType processType, RunningModeControl runningModeControl)Deprecated.Here for core-model-test and subsystem-test backwards compatibilityExtensionRegistry(ProcessType processType, RunningModeControl runningModeControl, ManagedAuditLogger auditLogger, JmxAuthorizer authorizer, Supplier<org.wildfly.security.auth.server.SecurityIdentity> securityIdentitySupplier, RuntimeHostControllerInfoAccessor hostControllerInfoAccessor)Deprecated, for removal: This API element is subject to removal in a future version.UseExtensionRegistry.builder(ProcessType)instead. -
Uses of RunningModeControl in org.jboss.as.controller.operations.common
Classes in org.jboss.as.controller.operations.common with type parameters of type RunningModeControl Modifier and Type Class Description classProcessReloadHandler<T extends RunningModeControl>Operation handler for process reloads of servers.Methods in org.jboss.as.controller.operations.common that return RunningModeControl Modifier and Type Method Description abstract RunningModeControlProcessEnvironment. getRunningModeControl()Get theRunningModeControlcontaining the current running mode of the server
-