org.exolab.jms.client
Class JmsDestinationFactory
java.lang.Object
|
+--org.exolab.jms.client.JmsDestinationFactory
- All Implemented Interfaces:
- javax.naming.spi.ObjectFactory
- public class JmsDestinationFactory
- extends java.lang.Object
- implements javax.naming.spi.ObjectFactory
This factory object implements the ObjectFactory interface and is used
to resolve a reference to an administered destination. This is part
of our JNDI support.
All JmsDestination
objects support the java.naming.Referenceable
interface and make explicit reference to this factory
- Version:
- $Revision: 1.1 $ $Date: 2004/11/26 01:50:40 $
- Author:
- Jim Alateras
- See Also:
JmsTopic
,
JmsQueue
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 |
JmsDestinationFactory
public JmsDestinationFactory()
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-2007 The OpenJMS Group. All Rights Reserved.