Package org.apache.activemq.tool.spi
Class ActiveMQReflectionSPI
- java.lang.Object
-
- org.apache.activemq.tool.spi.ClassLoaderSPIConnectionFactory
-
- org.apache.activemq.tool.spi.ReflectionSPIConnectionFactory
-
- org.apache.activemq.tool.spi.ActiveMQReflectionSPI
-
- All Implemented Interfaces:
SPIConnectionFactory
public class ActiveMQReflectionSPI extends ReflectionSPIConnectionFactory
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.tool.spi.ClassLoaderSPIConnectionFactory
KEY_EXT_DIR
-
-
Constructor Summary
Constructors Constructor Description ActiveMQReflectionSPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassName()
-
Methods inherited from class org.apache.activemq.tool.spi.ReflectionSPIConnectionFactory
configureConnectionFactory, instantiateConnectionFactory
-
Methods inherited from class org.apache.activemq.tool.spi.ClassLoaderSPIConnectionFactory
createConnectionFactory, getContextClassLoader
-
-
-
-
Method Detail
-
getClassName
public String getClassName()
- Specified by:
getClassName
in classReflectionSPIConnectionFactory
-
-