org.exolab.jms.client
Class JmsConnectionFactoryBuilder
java.lang.Object
|
+--org.exolab.jms.client.JmsConnectionFactoryBuilder
- All Implemented Interfaces:
- javax.naming.spi.ObjectFactory
- public class JmsConnectionFactoryBuilder
- 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. This is part
of our JNDI support.
All JmsConnectionFactory
objects support the java.naming.Referenceable
interface and make explicit reference to this factory
- Version:
- $Revision: 1.4 $ $Date: 2003/08/07 13:32:49 $
- Author:
- Jim Alateras
- See Also:
JmsTopicConnectionFactory
,
JmsQueueConnectionFactory
Method Summary |
java.lang.Object |
getObjectInstance(java.lang.Object object,
javax.naming.Name name,
javax.naming.Context context,
java.util.Hashtable env)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsConnectionFactoryBuilder
public JmsConnectionFactoryBuilder()
getObjectInstance
public java.lang.Object getObjectInstance(java.lang.Object object,
javax.naming.Name name,
javax.naming.Context context,
java.util.Hashtable env)
throws java.lang.Exception
- Specified by:
getObjectInstance
in interface javax.naming.spi.ObjectFactory
Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.