Uses of Enum Class
org.jboss.as.controller.client.helpers.domain.ServerStatus
Packages that use ServerStatus
Package
Description
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.Implementation classes to support the
managed 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 ServerStatusModifier and TypeMethodDescriptionDomainClient.restartServer(String hostControllerName, String serverName, long gracefulShutdownTimeout, TimeUnit timeUnit) Restarts the given server.DomainClient.startServer(String hostControllerName, String serverName) Starts the given server.DomainClient.stopServer(String hostControllerName, String serverName, long gracefulShutdownTimeout, TimeUnit timeUnit) Stops the given server.static ServerStatusReturns the enum constant of this class with the specified name.static ServerStatus[]ServerStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.controller.client.helpers.domain that return types with arguments of type ServerStatusModifier and TypeMethodDescriptionDomainClient.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 ServerStatusModifier and TypeMethodDescriptionDomainClientImpl.restartServer(String hostControllerName, String serverName, long gracefulShutdownTimeout, TimeUnit timeUnit) DomainClientImpl.startServer(String hostControllerName, String serverName) DomainClientImpl.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