Class ActiveMQRAConnectionFactoryObjectFactory

  • All Implemented Interfaces:
    javax.naming.spi.ObjectFactory
    Direct Known Subclasses:
    ConnectionFactoryObjectFactory

    public class ActiveMQRAConnectionFactoryObjectFactory
    extends java.lang.Object
    implements javax.naming.spi.ObjectFactory
    A ConnectionFactoryObjectFactory. Given a reference - reconstructs an ActiveMQRAConnectionFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getObjectInstance​(java.lang.Object ref, javax.naming.Name name, javax.naming.Context ctx, java.util.Hashtable<?,​?> props)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActiveMQRAConnectionFactoryObjectFactory

        public ActiveMQRAConnectionFactoryObjectFactory()
    • 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:
        getObjectInstance in interface javax.naming.spi.ObjectFactory
        Throws:
        java.lang.Exception