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 . |
Modifier and Type | Method and Description |
---|---|
ServerIdentity |
ServerUpdateResult.getServerIdentity()
Gets the id of the server on which this update was executed.
|
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 |
---|---|
Map<ServerIdentity,ServerStatus> |
DomainClientImpl.getServerStatuses() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.