Uses of Class
org.jboss.as.arquillian.container.ManagementClient
-
Packages that use ManagementClient Package Description org.jboss.as.arquillian.api org.jboss.as.arquillian.container org.jboss.as.arquillian.setup -
-
Uses of ManagementClient in org.jboss.as.arquillian.api
Methods in org.jboss.as.arquillian.api with parameters of type ManagementClient Modifier and Type Method Description default org.jboss.dmr.ModelNodeServerSetupTask. executeOperation(ManagementClient client, org.jboss.as.controller.client.Operation op)Executes an operation failing with aRuntimeExceptionif the operation was not successful.default org.jboss.dmr.ModelNodeServerSetupTask. executeOperation(ManagementClient client, org.jboss.as.controller.client.Operation op, Function<org.jboss.dmr.ModelNode,String> errorMessage)Executes an operation failing with aRuntimeExceptionif the operation was not successful.default org.jboss.dmr.ModelNodeServerSetupTask. executeOperation(ManagementClient client, org.jboss.dmr.ModelNode op)Executes an operation failing with aRuntimeExceptionif the operation was not successful.default org.jboss.dmr.ModelNodeServerSetupTask. executeOperation(ManagementClient client, org.jboss.dmr.ModelNode op, Function<org.jboss.dmr.ModelNode,String> errorMessage)Executes an operation failing with aRuntimeExceptionif the operation was not successful.voidServerSetupTask. setup(ManagementClient managementClient, String containerId)Execute any necessary setup work that needs to happen before the first deployment to the given container.voidServerSetupTask. tearDown(ManagementClient managementClient, String containerId)Execute any tear down work that needs to happen after the last deployment associated with the given container has been undeployed. -
Uses of ManagementClient in org.jboss.as.arquillian.container
Methods in org.jboss.as.arquillian.container that return ManagementClient Modifier and Type Method Description protected ManagementClientCommonDeployableContainer. getManagementClient()Methods in org.jboss.as.arquillian.container with parameters of type ManagementClient Modifier and Type Method Description static ContainerDescriptionContainerDescription. lookup(ManagementClient client)Deprecated, for removal: This API element is subject to removal in a future version.Queries the running container and attempts to lookup the information from the running container.Constructors in org.jboss.as.arquillian.container with parameters of type ManagementClient Constructor Description ArchiveDeployer(ManagementClient client)Creates a new deployer for deploying archives. -
Uses of ManagementClient in org.jboss.as.arquillian.setup
Methods in org.jboss.as.arquillian.setup with parameters of type ManagementClient Modifier and Type Method Description protected voidSnapshotServerSetupTask. beforeRestore(ManagementClient managementClient, String containerId)Execute any necessary work required before the restore is completed.protected voidReloadServerSetupTask. doSetup(ManagementClient client, String containerId)Execute any necessary setup work that needs to happen before the first deployment to the given container.protected voidSnapshotServerSetupTask. doSetup(ManagementClient managementClient, String containerId)Execute any necessary setup work that needs to happen before the first deployment to the given container.protected voidReloadServerSetupTask. doTearDown(ManagementClient managementClient, String containerId)Execute any tear down work that needs to happen after the last deployment associated with the given container has been undeployed.voidConfigureLoggingSetupTask. setup(ManagementClient client, String containerId)voidReloadServerSetupTask. setup(ManagementClient managementClient, String containerId)voidSnapshotServerSetupTask. setup(ManagementClient managementClient, String containerId)voidConfigureLoggingSetupTask. tearDown(ManagementClient managementClient, String containerId)voidReloadServerSetupTask. tearDown(ManagementClient managementClient, String containerId)voidSnapshotServerSetupTask. tearDown(ManagementClient managementClient, String containerId)
-