Package | Description |
---|---|
org.jboss.as.controller.client.helpers.domain |
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a JBoss Application Server Managed Domain. |
org.jboss.as.controller.client.helpers.domain.impl |
Implementation classes to support the
managed domain convenience API . |
org.jboss.as.host.controller | |
org.jboss.as.host.controller.logging |
Modifier and Type | Method and Description |
---|---|
ServerStatus |
DomainClient.restartServer(String hostControllerName,
String serverName,
long gracefulShutdownTimeout,
TimeUnit timeUnit)
Restarts the given server.
|
ServerStatus |
DomainClient.startServer(String hostControllerName,
String serverName)
Starts the given server.
|
ServerStatus |
DomainClient.stopServer(String hostControllerName,
String serverName,
long gracefulShutdownTimeout,
TimeUnit timeUnit)
Stops the given server.
|
static ServerStatus |
ServerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerStatus[] |
ServerStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<ServerIdentity,ServerStatus> |
DomainClient.getServerStatuses()
Gets a list of all servers known to the domain, along with their current
status . |
Modifier and Type | Method and Description |
---|---|
ServerStatus |
DomainClientImpl.restartServer(String hostControllerName,
String serverName,
long gracefulShutdownTimeout,
TimeUnit timeUnit) |
ServerStatus |
DomainClientImpl.startServer(String hostControllerName,
String serverName) |
ServerStatus |
DomainClientImpl.stopServer(String hostControllerName,
String serverName,
long gracefulShutdownTimeout,
TimeUnit timeUnit) |
Modifier and Type | Method and Description |
---|---|
Map<ServerIdentity,ServerStatus> |
DomainClientImpl.getServerStatuses() |
Modifier and Type | Method and Description |
---|---|
ServerStatus |
ServerInventory.determineServerStatus(String serverName)
Get the status of the server with the given name.
|
ServerStatus |
ServerInventoryImpl.determineServerStatus(String serverName) |
ServerStatus |
ServerInventory.reloadServer(String serverName,
boolean blocking)
Reload a server with the given name.
|
ServerStatus |
ServerInventoryImpl.reloadServer(String serverName,
boolean blocking) |
ServerStatus |
ServerInventory.restartServer(String serverName,
int gracefulTimeout,
org.jboss.dmr.ModelNode domainModel)
Restart the server with the given name.
|
ServerStatus |
ServerInventoryImpl.restartServer(String serverName,
int gracefulTimeout,
org.jboss.dmr.ModelNode domainModel) |
ServerStatus |
ServerInventory.restartServer(String serverName,
int gracefulTimeout,
org.jboss.dmr.ModelNode domainModel,
boolean blocking)
Restart the server with the given name.
|
ServerStatus |
ServerInventoryImpl.restartServer(String serverName,
int gracefulTimeout,
org.jboss.dmr.ModelNode domainModel,
boolean blocking) |
ServerStatus |
ServerInventory.startServer(String serverName,
org.jboss.dmr.ModelNode domainModel)
Start the server with the given name.
|
ServerStatus |
ServerInventoryImpl.startServer(String serverName,
org.jboss.dmr.ModelNode domainModel) |
ServerStatus |
ServerInventory.startServer(String serverName,
org.jboss.dmr.ModelNode domainModel,
boolean blocking)
Start the server with the given name.
|
ServerStatus |
ServerInventoryImpl.startServer(String serverName,
org.jboss.dmr.ModelNode domainModel,
boolean blocking) |
ServerStatus |
ServerInventory.stopServer(String serverName,
int gracefulTimeout)
Stop the server with the given name.
|
ServerStatus |
ServerInventoryImpl.stopServer(String serverName,
int gracefulTimeout) |
ServerStatus |
ServerInventory.stopServer(String serverName,
int gracefulTimeout,
boolean blocking)
Stop the server with the given name.
|
ServerStatus |
ServerInventoryImpl.stopServer(String serverName,
int gracefulTimeout,
boolean blocking) |
Modifier and Type | Method and Description |
---|---|
String |
HostControllerLogger.cannotRestartServer(String serverName,
ServerStatus status)
A message indicating the server, represented by the
serverName parameter, cannot restart as it is not
currently started. |
String |
HostControllerLogger_$logger.cannotRestartServer(String serverName,
ServerStatus status) |
void |
HostControllerLogger.existingServerWithState(String serverName,
ServerStatus state)
Logs a warning message indicating the existing server is already defined with a different state.
|
void |
HostControllerLogger_$logger.existingServerWithState(String serverName,
ServerStatus state) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.