org.mule.test.integration
Class ServerTools

java.lang.Object
  extended by org.mule.test.integration.ServerTools

public class ServerTools
extends Object

Will start external test servers needed for the integration tests


Field Summary
static String ACTIVEMQ_HOME
           
 
Constructor Summary
ServerTools()
           
 
Method Summary
static void killActiveMq()
           
static void killEmbeddedActiveMq()
           
static void launchActiveMq()
           
static void launchActiveMq(String brokerUrl)
           
static org.apache.activemq.ActiveMQConnectionFactory launchEmbeddedActiveMq()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTIVEMQ_HOME

public static final String ACTIVEMQ_HOME
See Also:
Constant Field Values
Constructor Detail

ServerTools

public ServerTools()
Method Detail

launchActiveMq

public static void launchActiveMq()

launchEmbeddedActiveMq

public static org.apache.activemq.ActiveMQConnectionFactory launchEmbeddedActiveMq()
                                                                            throws JMSException
Throws:
JMSException

killEmbeddedActiveMq

public static void killEmbeddedActiveMq()

launchActiveMq

public static void launchActiveMq(String brokerUrl)

killActiveMq

public static void killActiveMq()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.