Package | Description |
---|---|
org.jboss.as.host.controller.logging | |
org.jboss.as.server |
Modifier and Type | Method and Description |
---|---|
void |
HostControllerLogger.unexpectedServerState(String serverName,
ServerState expected,
ServerState current)
Logs a warning message indicating the server is not in the expected state.
|
void |
HostControllerLogger_$logger.unexpectedServerState(String serverName,
ServerState expected,
ServerState current) |
IllegalStateException |
HostControllerLogger.unexpectedState(ServerState state)
Creates an exception indicating the service state was unexpected.
|
IllegalStateException |
HostControllerLogger_$logger.unexpectedState(ServerState state) |
Modifier and Type | Method and Description |
---|---|
static ServerState |
ServerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerState[] |
ServerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.