org.objectweb.carol.jndi.iiop
Class IIOPContextWrapperFactory

java.lang.Object
  |
  +--com.sun.jndi.cosnaming.CNCtxFactory
        |
        +--org.objectweb.carol.jndi.iiop.IIOPContextWrapperFactory
All Implemented Interfaces:
javax.naming.spi.InitialContextFactory

public class IIOPContextWrapperFactory
extends com.sun.jndi.cosnaming.CNCtxFactory


Constructor Summary
IIOPContextWrapperFactory()
           
 
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

IIOPContextWrapperFactory

public IIOPContextWrapperFactory()
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
Overrides:
getInitialContext in class com.sun.jndi.cosnaming.CNCtxFactory
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