Uses of Class
org.jboss.as.controller.client.helpers.domain.ServerStatus
-
Packages that use ServerStatus Package Description org.jboss.as.controller.client.helpers.domain Convenience API built on top of thecore management APIto 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 themanaged domain convenience API. -
-
Uses of ServerStatus in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain that return ServerStatus Modifier and Type Method Description ServerStatusDomainClient. restartServer(String hostControllerName, String serverName, long gracefulShutdownTimeout, TimeUnit timeUnit)Restarts the given server.ServerStatusDomainClient. startServer(String hostControllerName, String serverName)Starts the given server.ServerStatusDomainClient. stopServer(String hostControllerName, String serverName, long gracefulShutdownTimeout, TimeUnit timeUnit)Stops the given server.static ServerStatusServerStatus. 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.Methods in org.jboss.as.controller.client.helpers.domain that return types with arguments of type ServerStatus Modifier and Type Method Description Map<ServerIdentity,ServerStatus>DomainClient. getServerStatuses()Gets a list of all servers known to the domain, along with their currentstatus. -
Uses of ServerStatus in org.jboss.as.controller.client.helpers.domain.impl
Methods in org.jboss.as.controller.client.helpers.domain.impl that return ServerStatus Modifier and Type Method Description ServerStatusDomainClientImpl. restartServer(String hostControllerName, String serverName, long gracefulShutdownTimeout, TimeUnit timeUnit)ServerStatusDomainClientImpl. startServer(String hostControllerName, String serverName)ServerStatusDomainClientImpl. stopServer(String hostControllerName, String serverName, long gracefulShutdownTimeout, TimeUnit timeUnit)Methods in org.jboss.as.controller.client.helpers.domain.impl that return types with arguments of type ServerStatus Modifier and Type Method Description Map<ServerIdentity,ServerStatus>DomainClientImpl. getServerStatuses()
-