Joram ${version}

org.objectweb.joram.client.connector
Class ObjectFactoryImpl

java.lang.Object
  extended byorg.objectweb.joram.client.connector.ObjectFactoryImpl
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

public class ObjectFactoryImpl
extends java.lang.Object
implements javax.naming.spi.ObjectFactory

This class is a factory for building non managed outbound connection factories from their JNDI reference.


Constructor Summary
ObjectFactoryImpl()
           
 
Method Summary
 java.lang.Object getObjectInstance(java.lang.Object obj, javax.naming.Name name, javax.naming.Context ctx, java.util.Hashtable env)
          Returns a factory given its reference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactoryImpl

public ObjectFactoryImpl()
Method Detail

getObjectInstance

public java.lang.Object getObjectInstance(java.lang.Object obj,
                                          javax.naming.Name name,
                                          javax.naming.Context ctx,
                                          java.util.Hashtable env)
                                   throws java.lang.Exception
Returns a factory given its reference.

Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
Throws:
java.lang.Exception

Joram ${version}

Copyright ? 2005 Scalagent - All rights reserved