org.jboss.mq.referenceable
Class SpyConnectionFactoryObjectFactory
java.lang.Object
org.jboss.mq.referenceable.SpyConnectionFactoryObjectFactory
- All Implemented Interfaces:
- javax.naming.spi.ObjectFactory
- public class SpyConnectionFactoryObjectFactory
- extends java.lang.Object
- implements javax.naming.spi.ObjectFactory
This class is used to create instances of of: SpyTopicConnectionFactory
SpyQueueConnectionFactory SpyXATopicConnectionFactory SpyXAQueueConnectionFactory
classes from a javax.naming.Reference instance.
Method Summary |
java.lang.Object |
getObjectInstance(java.lang.Object reference,
javax.naming.Name name,
javax.naming.Context contex,
java.util.Hashtable properties)
getObjectInstance method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpyConnectionFactoryObjectFactory
public SpyConnectionFactoryObjectFactory()
getObjectInstance
public java.lang.Object getObjectInstance(java.lang.Object reference,
javax.naming.Name name,
javax.naming.Context contex,
java.util.Hashtable properties)
throws java.lang.Exception
- getObjectInstance method.
- Specified by:
getObjectInstance
in interface javax.naming.spi.ObjectFactory
- Parameters:
reference
- Description of Parametername
- Description of Parametercontex
- Description of Parameterproperties
- Description of Parameter
- Returns:
- The ObjectInstance value
- Throws:
java.lang.Exception
- Description of Exception