org.objectweb.carol.irmi.jndi.rmi
Class rmiURLContextFactory

java.lang.Object
  extended byorg.objectweb.carol.irmi.jndi.rmi.rmiURLContextFactory
All Implemented Interfaces:
ObjectFactory

public class rmiURLContextFactory
extends Object
implements ObjectFactory

rmiURLContextFactory

Author:
Rafael H. Schloming <rhs@mit.edu>

Constructor Summary
rmiURLContextFactory()
           
 
Method Summary
 Object getObjectInstance(Object obj, Name name, Context ctx, Hashtable env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

rmiURLContextFactory

public rmiURLContextFactory()
Method Detail

getObjectInstance

public Object getObjectInstance(Object obj,
                                Name name,
                                Context ctx,
                                Hashtable env)
                         throws Exception
Specified by:
getObjectInstance in interface ObjectFactory
Throws:
Exception