org.apache.avalon.excalibur.naming.rmi
Class RMIInitialContextFactory

java.lang.Object
  |
  +--org.apache.avalon.excalibur.naming.rmi.RMIInitialContextFactory
All Implemented Interfaces:
InitialContextFactory

Deprecated. Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/

public class RMIInitialContextFactory
extends Object
implements InitialContextFactory

Initial context factory for memorycontext.

Version:
$Revision: 1.1 $
Author:
Peter Donald

Constructor Summary
RMIInitialContextFactory()
          Deprecated.  
 
Method Summary
 Context getInitialContext(Hashtable environment)
          Deprecated.  
protected  Namespace newNamespace(Hashtable environment)
          Deprecated.  
protected  NamingProvider newNamingProvider(Hashtable environment)
          Deprecated.  
protected  NamingProvider newNamingProvider(String host, int port)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMIInitialContextFactory

public RMIInitialContextFactory()
Deprecated. 
Method Detail

getInitialContext

public Context getInitialContext(Hashtable environment)
                          throws NamingException
Deprecated. 
Specified by:
getInitialContext in interface InitialContextFactory
NamingException

newNamingProvider

protected NamingProvider newNamingProvider(Hashtable environment)
                                    throws NamingException
Deprecated. 
NamingException

newNamingProvider

protected NamingProvider newNamingProvider(String host,
                                           int port)
                                    throws NamingException
Deprecated. 
NamingException

newNamespace

protected Namespace newNamespace(Hashtable environment)
                          throws NamingException
Deprecated. 
NamingException


Copyright © 2000-2003 Apache Jakarta Project. All Rights Reserved.