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.ModelNodeServerHelper. 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 ContainerDescriptionServerHelper. 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 ContainerDescriptionContainerDescription. lookup(org.jboss.as.controller.client.ModelControllerClient client)Queries the running container and attempts to lookup the information from the running container.static voidServerHelper. 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 voidServerHelper. 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.ModelNodeDomainManager. determineHostAddress()Determines the address for the host being used.default org.jboss.dmr.ModelNodeServerManager. executeOperation(org.jboss.as.controller.client.Operation op)Executes the operation with theServerManager.client()returning the result or throwing anOperationExecutionExceptionif the operation failed.default org.jboss.dmr.ModelNodeServerManager. executeOperation(org.jboss.dmr.ModelNode op)Executes the operation with theServerManager.client()returning the result or throwing anOperationExecutionExceptionif the operation failed.voidDomainManager. executeReload()
-