Modifier and Type | Method and Description |
---|---|
RunningMode |
RunningModeControl.getRunningMode() |
RunningMode |
ExtensionContext.getRunningMode()
Gets the current running mode of the process.
|
RunningMode |
OperationContext.getRunningMode()
Gets the running mode of the process.
|
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 |
---|---|
String |
DomainControllerMessages.adminOnlyModeCannotAcceptSlaves(RunningMode runningMode)
Creates an exception message indicating this host is in admin mode and cannot accept registrations from other
slaves.
|
static SlaveRegistrationException |
SlaveRegistrationException.forMasterInAdminOnlyMode(RunningMode runningMode) |
Modifier and Type | Method and Description |
---|---|
RunningMode |
HostControllerEnvironment.getInitialRunningMode()
Gets the
RunningMode that was in effect when this Host Controller was launched. |
Modifier and Type | Method and Description |
---|---|
String |
HostControllerMessages.cannotStartServersInvalidMode(RunningMode mode)
A message indicating the servers cannot start when the host controller is running in the mode represented by the
mode parameter. |
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. |
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 hostConfig,
RunningMode initialRunningMode,
boolean backupDomainFiles,
boolean useCachedDc,
ProductConfig productConfig) |
HostRunningModeControl(RunningMode runningMode,
RestartMode restartMode) |
Modifier and Type | Method and Description |
---|---|
static void |
HttpManagementAddHandler.installHttpManagementServices(RunningMode runningMode,
org.jboss.msc.service.ServiceTarget serviceTarget,
LocalHostControllerInfo hostControllerInfo,
HostControllerEnvironment environment,
ServiceVerificationHandler verificationHandler) |
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,
ServerEnvironment.LaunchType launchType,
RunningMode initialRunningMode,
ProductConfig productConfig) |
Modifier and Type | Method and Description |
---|---|
protected RunningMode |
AdditionalInitialization.getRunningMode() |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.