static org.jboss.dmr.ModelNode |
ServerHelper.determineHostAddress(org.jboss.as.controller.client.ModelControllerClient client) |
Deprecated, for removal: This API element is subject to removal in a future version.
Determines the address for the host being used.
|
static ContainerDescription |
ServerHelper.getContainerDescription(org.jboss.as.controller.client.ModelControllerClient client) |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the description of the running container.
|
static ContainerDescription |
ContainerDescription.lookup(org.jboss.as.controller.client.ModelControllerClient client) |
Queries the running container and attempts to lookup the information from the running container.
|
static void |
ServerHelper.shutdownDomain(org.jboss.as.controller.client.ModelControllerClient client) |
Deprecated, for removal: This API element is subject to removal in a future version.
Shuts down a managed domain container.
|
static void |
ServerHelper.shutdownDomain(org.jboss.as.controller.client.ModelControllerClient client,
int timeout) |
Deprecated, for removal: This API element is subject to removal in a future version.
Shuts down a managed domain container.
|