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
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setup(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId)
     
    void
    tearDown(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jboss.as.arquillian.api.ServerSetupTask

    executeOperation, executeOperation, executeOperation, executeOperation
  • Field Details

  • Constructor Details

    • CreateTopicSetupTask

      public CreateTopicSetupTask()
  • Method Details

    • setup

      public void setup(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId) throws Exception
      Specified by:
      setup in interface org.jboss.as.arquillian.api.ServerSetupTask
      Throws:
      Exception
    • tearDown

      public void tearDown(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId) throws Exception
      Specified by:
      tearDown in interface org.jboss.as.arquillian.api.ServerSetupTask
      Throws:
      Exception