Uses of Class
org.jboss.as.controller.client.helpers.domain.ServerIdentity
-
Packages that use ServerIdentity 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 ServerIdentity in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain that return ServerIdentity Modifier and Type Method Description ServerIdentityServerUpdateResult. getServerIdentity()Gets the id of the server on which this update was executed.Methods in org.jboss.as.controller.client.helpers.domain that return types with arguments of type ServerIdentity 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 ServerIdentity in org.jboss.as.controller.client.helpers.domain.impl
Methods in org.jboss.as.controller.client.helpers.domain.impl that return types with arguments of type ServerIdentity Modifier and Type Method Description Map<ServerIdentity,ServerStatus>DomainClientImpl. getServerStatuses()
-