Class ActiveMQRAConnectionFactoryObjectFactory
- java.lang.Object
-
- org.apache.activemq.artemis.ra.referenceable.ActiveMQRAConnectionFactoryObjectFactory
-
- All Implemented Interfaces:
javax.naming.spi.ObjectFactory
- Direct Known Subclasses:
ConnectionFactoryObjectFactory
public class ActiveMQRAConnectionFactoryObjectFactory extends java.lang.Object implements javax.naming.spi.ObjectFactoryA ConnectionFactoryObjectFactory. Given a reference - reconstructs an ActiveMQRAConnectionFactory
-
-
Constructor Summary
Constructors Constructor Description ActiveMQRAConnectionFactoryObjectFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetObjectInstance(java.lang.Object ref, javax.naming.Name name, javax.naming.Context ctx, java.util.Hashtable<?,?> props)
-
-
-
Method Detail
-
getObjectInstance
public java.lang.Object getObjectInstance(java.lang.Object ref, javax.naming.Name name, javax.naming.Context ctx, java.util.Hashtable<?,?> props) throws java.lang.Exception- Specified by:
getObjectInstancein interfacejavax.naming.spi.ObjectFactory- Throws:
java.lang.Exception
-
-