Package org.jboss.as.test.jms.auxiliary
Class CreateTopicSetupTask
java.lang.Object
org.jboss.as.test.jms.auxiliary.CreateTopicSetupTask
- All Implemented Interfaces:
org.jboss.as.arquillian.api.ServerSetupTask
public class CreateTopicSetupTask
extends Object
implements org.jboss.as.arquillian.api.ServerSetupTask
Author: jmartisk
Date: 2/27/12
Time: 9:06 AM
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
TOPIC_NAME
- See Also:
-
TOPIC_JNDI_NAME
- See Also:
-
-
Constructor Details
-
CreateTopicSetupTask
public CreateTopicSetupTask()
-
-
Method Details
-
setup
public void setup(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId) throws Exception - 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
-