Modifier and Type | Method and Description |
---|---|
RunningMode |
ExtensionContext.getRunningMode()
Gets the current running mode of the process.
|
RunningMode |
OperationContext.getRunningMode()
Gets the running mode of the process.
|
RunningMode |
RunningModeControl.getRunningMode() |
static RunningMode |
RunningMode.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.
|
Modifier and Type | Method and Description |
---|---|
void |
RunningModeControl.setRunningMode(RunningMode runningMode) |
Constructor and Description |
---|
RunningModeControl(RunningMode initialMode) |
Modifier and Type | Method and Description |
---|---|
RunningMode |
ExtensionParsingContext.getRunningMode()
Gets the current running mode of the process.
|
Modifier and Type | Method and Description |
---|---|
RunningMode |
Transformers.TransformationInputs.getRunningMode()
Gets the process' running mode at the time this object was created.
|
RunningMode |
TransformationContext.getRunningMode()
Gets the running mode of the process.
|
Modifier and Type | Method and Description |
---|---|
static ResourceTransformationContext |
Transformers.Factory.create(TransformationTarget target,
Resource model,
ImmutableManagementResourceRegistration registration,
ExpressionResolver resolver,
RunningMode runningMode,
ProcessType type,
TransformerOperationAttachment attachment)
Creates a ResourceTransformationContext
|
static ResourceTransformationContext |
Transformers.Factory.create(TransformationTarget target,
Resource model,
ImmutableManagementResourceRegistration registration,
ExpressionResolver resolver,
RunningMode runningMode,
ProcessType type,
TransformerOperationAttachment attachment,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry)
Creates a ResourceTransformationContext
|
Modifier and Type | Method and Description |
---|---|
RunningMode |
DomainController.getCurrentRunningMode()
Gets the domain controller's current running mode.
|
Modifier and Type | Method and Description |
---|---|
static SlaveRegistrationException |
SlaveRegistrationException.forMasterInAdminOnlyMode(RunningMode runningMode) |
Modifier and Type | Method and Description |
---|---|
String |
DomainControllerLogger.adminOnlyModeCannotAcceptSlaves(RunningMode runningMode)
Creates an exception message indicating this host is in admin mode and cannot accept registrations from other
slaves.
|
String |
DomainControllerLogger_$logger.adminOnlyModeCannotAcceptSlaves(RunningMode runningMode) |
Modifier and Type | Method and Description |
---|---|
RunningMode |
DomainModelControllerService.getCurrentRunningMode() |
RunningMode |
HostControllerEnvironment.getInitialRunningMode()
Gets the
RunningMode that was in effect when this Host Controller was launched. |
Constructor and Description |
---|
HostControllerEnvironment(Map<String,String> hostSystemProperties,
boolean isRestart,
String modulePath,
InetAddress processControllerAddress,
Integer processControllerPort,
InetAddress hostControllerAddress,
Integer hostControllerPort,
String defaultJVM,
String domainConfig,
String initialDomainConfig,
String hostConfig,
String initialHostConfig,
RunningMode initialRunningMode,
boolean backupDomainFiles,
boolean useCachedDc,
ProductConfig productConfig)
Only for test cases
|
HostControllerEnvironment(Map<String,String> hostSystemProperties,
boolean isRestart,
String modulePath,
InetAddress processControllerAddress,
Integer processControllerPort,
InetAddress hostControllerAddress,
Integer hostControllerPort,
String defaultJVM,
String domainConfig,
String initialDomainConfig,
String hostConfig,
String initialHostConfig,
RunningMode initialRunningMode,
boolean backupDomainFiles,
boolean useCachedDc,
ProductConfig productConfig,
boolean securityManagerEnabled,
long startTime,
ProcessType processType) |
HostRunningModeControl(RunningMode runningMode,
RestartMode restartMode) |
Modifier and Type | Method and Description |
---|---|
String |
HostControllerLogger.cannotStartServersInvalidMode(RunningMode mode)
A message indicating the servers cannot start when the host controller is running in the mode represented by the
mode parameter. |
String |
HostControllerLogger_$logger.cannotStartServersInvalidMode(RunningMode mode) |
void |
HostControllerLogger.fetchConfigFromDomainMasterFailed(RunningMode currentRunningMode,
String policyAttribute,
AdminOnlyDomainConfigPolicy policy,
String cachedDcCmdLineArg) |
void |
HostControllerLogger_$logger.fetchConfigFromDomainMasterFailed(RunningMode currentRunningMode,
String policyAttribute,
AdminOnlyDomainConfigPolicy policy,
String cachedDcCmdLineArg) |
void |
HostControllerLogger.noAccessControlConfigurationAvailable(RunningMode currentRunningMode,
String policyAttribute,
AdminOnlyDomainConfigPolicy policy,
String cachedDcCmdLineArg,
RunningMode desiredRunningMode) |
void |
HostControllerLogger_$logger.noAccessControlConfigurationAvailable(RunningMode currentRunningMode,
String policyAttribute,
AdminOnlyDomainConfigPolicy policy,
String cachedDcCmdLineArg,
RunningMode desiredRunningMode) |
void |
HostControllerLogger.noDomainControllerConfigurationProvided(RunningMode currentRunningMode,
String adminOnlyCmdLineArg,
RunningMode validRunningMode)
Logs an error message indicating this host had no domain controller configuration and cannot start if not in
ADMIN_ONLY mode. |
void |
HostControllerLogger_$logger.noDomainControllerConfigurationProvided(RunningMode currentRunningMode,
String adminOnlyCmdLineArg,
RunningMode validRunningMode) |
void |
HostControllerLogger.noDomainControllerConfigurationProvidedForAdminOnly(String policyAttribute,
AdminOnlyDomainConfigPolicy policy,
String cachedDcCmdLineArg,
RunningMode desiredRunningMode) |
void |
HostControllerLogger_$logger.noDomainControllerConfigurationProvidedForAdminOnly(String policyAttribute,
AdminOnlyDomainConfigPolicy policy,
String cachedDcCmdLineArg,
RunningMode desiredRunningMode) |
Constructor and Description |
---|
HostXml(String defaultHostControllerName,
RunningMode runningMode,
boolean isCachedDC,
org.jboss.modules.ModuleLoader loader,
ExecutorService executorService,
ExtensionRegistry extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
RunningMode |
ServerEnvironment.getInitialRunningMode()
Gets the
RunningMode that was in effect when this server was launched. |
Constructor and Description |
---|
ServerEnvironment(String hostControllerName,
Properties props,
Map<String,String> env,
String serverConfig,
ConfigurationFile.InteractionPolicy configInteractionPolicy,
ServerEnvironment.LaunchType launchType,
RunningMode initialRunningMode,
ProductConfig productConfig)
Only for use by internal test fixtures.
|
ServerEnvironment(String hostControllerName,
Properties props,
Map<String,String> env,
String serverConfig,
ConfigurationFile.InteractionPolicy configInteractionPolicy,
ServerEnvironment.LaunchType launchType,
RunningMode initialRunningMode,
ProductConfig productConfig,
long startTime) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.