Uses of Class
org.wildfly.plugin.core.OperationExecutionException
-
-
Uses of OperationExecutionException in org.wildfly.plugin.core
Methods in org.wildfly.plugin.core that throw OperationExecutionException Modifier and Type Method Description static org.jboss.dmr.ModelNode
ServerHelper. determineHostAddress(org.jboss.as.controller.client.ModelControllerClient client)
Determines the address for the host being used.static ContainerDescription
ServerHelper. getContainerDescription(org.jboss.as.controller.client.ModelControllerClient client)
Returns the description of the running container.static void
ServerHelper. shutdownDomain(org.jboss.as.controller.client.ModelControllerClient client)
Shuts down a managed domain container.static void
ServerHelper. shutdownDomain(org.jboss.as.controller.client.ModelControllerClient client, int timeout)
Shuts down a managed domain container.
-