org.objectweb.carol.jndi.spi
Class JEREMIEContextWrapperFactory

java.lang.Object
  extended byorg.objectweb.carol.jndi.spi.JEREMIEContextWrapperFactory
All Implemented Interfaces:
javax.naming.spi.InitialContextFactory

public class JEREMIEContextWrapperFactory
extends java.lang.Object
implements javax.naming.spi.InitialContextFactory

Class IIOPRemoteReferenceContextWrapperFactory is the CAROL JNDI Context factory. This context factory build the iiop context for reference wrapping to/from a remote object @author Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Version:
1.0, 15/07/2002
See Also:
InitialContextFactory

Constructor Summary
JEREMIEContextWrapperFactory()
           
 
Method Summary
 javax.naming.Context getInitialContext(java.util.Hashtable env)
          Get/Build the IIOP Wrapper InitialContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JEREMIEContextWrapperFactory

public JEREMIEContextWrapperFactory()
Method Detail

getInitialContext

public javax.naming.Context getInitialContext(java.util.Hashtable env)
                                       throws javax.naming.NamingException
Get/Build the IIOP Wrapper InitialContext

Specified by:
getInitialContext in interface javax.naming.spi.InitialContextFactory
Parameters:
env - the inital IIOP environement
Returns:
a Context coresponding to the inital IIOP environement with IIOP Serializable ressource wrapping
Throws:
javax.naming.NamingException - if a naming exception is encountered