org.objectweb.carol.jndi.lmi
Class LmiInitialContextFactory
java.lang.Object
org.objectweb.carol.jndi.lmi.LmiInitialContextFactory
- InitialContextFactory, ObjectFactory
public class LmiInitialContextFactory
extends java.lang.Object
implements ObjectFactory, InitialContextFactory
Class LmiInitialContextFactory
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