org.openorb.rmi.jndi
Class CtxFactory

java.lang.Object
  |
  +--org.openorb.rmi.jndi.CtxFactory
All Implemented Interfaces:
javax.naming.spi.InitialContextFactory

Deprecated. This stuff should also go into the NameService as it uses the CosNaming APIs.

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

This class implements Context interface to provide a connection to JNDI API. This SPI must be used with JavaRMI over OpenORB.

Version:
$Revision: 1.9 $ $Date: 2002/07/14 20:34:33 $
Author:
Jerome Daniel

Constructor Summary
CtxFactory()
          Deprecated.  
 
Method Summary
 javax.naming.Context getInitialContext(java.util.Hashtable env)
          Deprecated. This method is used to return the initial context
static boolean getVerbose()
          Deprecated. Return whether debug outpur should be printed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CtxFactory

public CtxFactory()
Deprecated. 
Method Detail

getVerbose

public static boolean getVerbose()
Deprecated. 
Return whether debug outpur should be printed.
Returns:
The verbosity flag.

getInitialContext

public javax.naming.Context getInitialContext(java.util.Hashtable env)
                                       throws javax.naming.NamingException
Deprecated. 
This method is used to return the initial context
Specified by:
getInitialContext in interface javax.naming.spi.InitialContextFactory