org.apache.activemq.tool.spi
Class ClassLoaderSPIConnectionFactory
java.lang.Object
org.apache.activemq.tool.spi.ClassLoaderSPIConnectionFactory
- All Implemented Interfaces:
- SPIConnectionFactory
- Direct Known Subclasses:
- ReflectionSPIConnectionFactory
public abstract class ClassLoaderSPIConnectionFactory
- extends Object
- implements SPIConnectionFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_EXT_DIR
public static final String KEY_EXT_DIR
- See Also:
- Constant Field Values
ClassLoaderSPIConnectionFactory
public ClassLoaderSPIConnectionFactory()
createConnectionFactory
public final javax.jms.ConnectionFactory createConnectionFactory(Properties settings)
throws Exception
- Specified by:
createConnectionFactory
in interface SPIConnectionFactory
- Throws:
Exception
getContextClassLoader
protected ClassLoader getContextClassLoader(Properties settings)
instantiateConnectionFactory
protected abstract javax.jms.ConnectionFactory instantiateConnectionFactory(Properties settings)
throws Exception
- Throws:
Exception
Copyright © 2011 Apache Software Foundation. All Rights Reserved.