org.objectweb.jonas_jms
Class JObjectFactory
java.lang.Object
org.objectweb.jonas_jms.JObjectFactory
- All Implemented Interfaces:
- ObjectFactory
public class JObjectFactory
- extends Object
- implements ObjectFactory
Factory used by JNDI lookup to get Connection Factories.
These factories are managed by the JMS Manager.
- Author:
- Laurent Chauvirey, Frederic Maistre, Nicolas Tachker
Contributor(s):
Philippe Durieux
Philippe Coq: Integration Joram 3.4 (JMS 1.1)
- See Also:
ObjectFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JObjectFactory
public JObjectFactory()
getObjectInstance
public Object getObjectInstance(Object refObj,
Name name,
Context nameCtx,
Hashtable env)
throws Exception
- Always return the unique ConnectionFactory stored in the JmsManager
- Specified by:
getObjectInstance
in interface ObjectFactory
- Throws:
Exception
Copyright © 2007 OW2 Consortium. All Rights Reserved.