Uses of Class
org.wildfly.plugin.tools.OperationExecutionException
-
Packages that use OperationExecutionException Package Description org.wildfly.plugin.tools org.wildfly.plugin.tools.server -
-
Uses of OperationExecutionException in org.wildfly.plugin.tools
Methods in org.wildfly.plugin.tools that throw OperationExecutionException Modifier and Type Method Description 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. -
Uses of OperationExecutionException in org.wildfly.plugin.tools.server
Methods in org.wildfly.plugin.tools.server that throw OperationExecutionException Modifier and Type Method Description org.jboss.dmr.ModelNode
DomainManager. determineHostAddress()
Determines the address for the host being used.default org.jboss.dmr.ModelNode
ServerManager. executeOperation(org.jboss.as.controller.client.Operation op)
Executes the operation with theServerManager.client()
returning the result or throwing anOperationExecutionException
if the operation failed.default org.jboss.dmr.ModelNode
ServerManager. executeOperation(org.jboss.dmr.ModelNode op)
Executes the operation with theServerManager.client()
returning the result or throwing anOperationExecutionException
if the operation failed.void
DomainManager. executeReload()
-