org.jboss.jms.client.standard
Class StandardImplementationFactory
java.lang.Object
org.jboss.jms.client.standard.StandardImplementationFactory
- All Implemented Interfaces:
- javax.naming.spi.ObjectFactory
- public class StandardImplementationFactory
- extends java.lang.Object
- implements javax.naming.spi.ObjectFactory
A factory for standard implementations
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardImplementationFactory
public StandardImplementationFactory()
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
- Specified by:
getObjectInstance
in interface javax.naming.spi.ObjectFactory
- Throws:
java.lang.Exception
getImplementation
protected StandardImplementation (src) getImplementation(javax.naming.Reference reference)
throws java.lang.Exception
- Get the implementation from the reference
- Parameters:
reference
- the reference
- Returns:
- the implementation
- Throws:
java.lang.Exception