Package org.jboss.as.test.shared
Class ServerReload.AfterSetupTask
java.lang.Object
org.jboss.as.test.shared.ServerReload.AfterSetupTask
- All Implemented Interfaces:
org.jboss.as.arquillian.api.ServerSetupTask
- Enclosing class:
- ServerReload
public static class ServerReload.AfterSetupTask
extends Object
implements org.jboss.as.arquillian.api.ServerSetupTask
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidA no-opvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.arquillian.api.ServerSetupTask
executeOperation, executeOperation, executeOperation, executeOperation
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
AfterSetupTask
public AfterSetupTask()
-
-
Method Details
-
setup
public void setup(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId) throws Exception A no-op- Specified by:
setupin interfaceorg.jboss.as.arquillian.api.ServerSetupTask- Throws:
Exception
-
tearDown
public void tearDown(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId) throws Exception - Specified by:
tearDownin interfaceorg.jboss.as.arquillian.api.ServerSetupTask- Throws:
Exception
-