|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jnp.interfaces.NamingContextFactory (src)
org.jboss.naming.BridgeNamingContextFactory
A naming provider InitialContextFactory implementation that combines two Naming services to allow for delegation of lookups from one to the other. The default naming service is specified via the standard Context.PROVIDER_URL property while the secondary service is specified using an org.jboss.naming.provider.url2 property. An example of where this would be used is to bridge between the local JNDI service and the HAJNDI service. Lookups into the local JNDI service that fail would then try the HAJNDI service.
InitialContextFactory
Constructor Summary | |
BridgeNamingContextFactory()
|
Method Summary | |
javax.naming.Context |
getInitialContext(java.util.Hashtable env)
|
Methods inherited from class org.jnp.interfaces.NamingContextFactory (src) |
getObjectInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BridgeNamingContextFactory()
Method Detail |
public javax.naming.Context getInitialContext(java.util.Hashtable env) throws javax.naming.NamingException
getInitialContext
in interface javax.naming.spi.InitialContextFactory
getInitialContext
in class NamingContextFactory (src)
javax.naming.NamingException
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |