org.codehaus.spice.jndikit.rmi
Class RMIInitialContextFactory
java.lang.Object
org.codehaus.spice.jndikit.rmi.RMIInitialContextFactory
- All Implemented Interfaces:
- InitialContextFactory
- public class RMIInitialContextFactory
- extends Object
- implements InitialContextFactory
Initial context factory for memorycontext.
- Version:
- $Revision: 1.1 $
- Author:
- Peter Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMIInitialContextFactory
public RMIInitialContextFactory()
getInitialContext
public Context getInitialContext(Hashtable environment)
throws NamingException
- Specified by:
getInitialContext
in interface InitialContextFactory
- Throws:
NamingException
newNamingProvider
protected NamingProvider newNamingProvider(Hashtable environment)
throws NamingException
- Throws:
NamingException
newNamingProvider
protected NamingProvider newNamingProvider(String host,
int port)
throws NamingException
- Throws:
NamingException
newNamespace
protected Namespace newNamespace(Hashtable environment)
throws NamingException
- Throws:
NamingException
Copyright © 1999-2007 Codehaus. All Rights Reserved.