org.huihoo.jfox.ms.jms.base
Class ConnectionFactoryObjectFactory
java.lang.Object
org.huihoo.jfox.ms.jms.base.ConnectionFactoryObjectFactory
- All Implemented Interfaces:
- javax.naming.spi.ObjectFactory
- public class ConnectionFactoryObjectFactory
- extends java.lang.Object
- implements javax.naming.spi.ObjectFactory
This factory object implements the ObjectFactory interface and is used to
resolve a reference to a connection factory. All
org.huihoo.jfoxms.jms.base.ConnectionFactoryImplobjects support the
java.naming.Referenceable interface and make explicit reference to this
factory.
- Version:
- Revision: 1.1 Date: 2003-05-15 21:46:05
- Author:
- Peter.Cheng
- See Also:
org.huihoo.jfoxms.jms.topic.TopicConnectionFactoryImpl,
org.huihoo.jfoxms.jms.queue.QueueConnectionFactoryImpl
|
Method Summary |
java.lang.Object |
getObjectInstance(java.lang.Object obj,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable environment)
Creates an object using the location or reference information specified. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionFactoryObjectFactory
public ConnectionFactoryObjectFactory()
- Default Consturctor
getObjectInstance
public java.lang.Object getObjectInstance(java.lang.Object obj,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable environment)
throws java.lang.Exception
- Creates an object using the location or reference information specified.
- Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
- Parameters:
obj - name - nameCtx - environment -
- Returns:
- The object created
- Throws:
java.lang.Exception
Copyright © 2002-2003 Open Enterprise Foundation. All Rights Reserved.