org.apache.qpid.test.unit.client.forwardall
Class ServiceCreator

java.lang.Object
  extended by org.apache.qpid.test.unit.client.forwardall.ServiceCreator
All Implemented Interfaces:
Runnable

public class ServiceCreator
extends Object
implements Runnable


Constructor Summary
ServiceCreator(String broker)
           
 
Method Summary
(package private) static void closeAll()
           
 void closeSC()
           
static void main(String[] argv)
           
 void run()
           
(package private) static void start(String broker, int services)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceCreator

ServiceCreator(String broker)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

closeSC

public void closeSC()
             throws JMSException
Throws:
JMSException

closeAll

static void closeAll()

start

static void start(String broker,
                  int services)
           throws InterruptedException
Throws:
InterruptedException

main

public static void main(String[] argv)
                 throws Exception
Throws:
Exception


Licensed to the Apache Software Foundation