org.jboss.jms.client.standard
Class StandardImplementationFactory

java.lang.Object
  extended byorg.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


Constructor Summary
StandardImplementationFactory()
           
 
Method Summary
protected  StandardImplementation (src) getImplementation(javax.naming.Reference reference)
          Get the implementation from the reference
 java.lang.Object getObjectInstance(java.lang.Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardImplementationFactory

public StandardImplementationFactory()
Method Detail

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