org.objectweb.carol.jndi.spi
Class MultiOrbInitialContextFactory
java.lang.Object
org.objectweb.carol.jndi.spi.MultiOrbInitialContextFactory
- InitialContextFactory, ObjectFactory
public class MultiOrbInitialContextFactory
extends java.lang.Object
implements ObjectFactory, InitialContextFactory
Class MultiOrbInitialContextFactory
is the CAROL JNDI SPI
Context Factory for multi Context management.
Version:
- Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
javax.naming.spi.ObjectFactory
, javax.naming.spi.InitialContextFactory
Context | getInitialContext(Hashtable env) - Get a new multi initial context
|
Object | getObjectInstance(Object ref, Name name, Context nameCtx, Hashtable env) - never use for the moment
|
getInitialContext
public Context getInitialContext(Hashtable env)
throws NamingException
Get a new multi initial context
- the new Multi Initial Context
getObjectInstance
public Object getObjectInstance(Object ref,
Name name,
Context nameCtx,
Hashtable env)
throws NamingException
never use for the moment