org.objectweb.carol.jndi.spi
Class JRMPContextWrapperFactory

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

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

Author:
riviereg To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

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

Constructor Detail

JRMPContextWrapperFactory

public JRMPContextWrapperFactory()
Method Detail

getInitialContext

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

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