|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jboss.ejb.plugins.jrmp.interfaces.InitialContextHandle | +--org.jboss.ejb.plugins.jrmp.interfaces.DefaultInitialContextHandle
The default implementaion of InitialContextHandle
.
Attempts to discover the requried enviroment properties by inspecting the current system. This implementation is currently specific to the org.jnp.* naming classes.
Inner Class Summary | |
static class |
DefaultInitialContextHandle.Factory
A factory for producing DefaultInitialContextHandle
instance objects. |
Constructor Summary | |
DefaultInitialContextHandle()
Construct a DefaultInitialContextHandle. |
Method Summary | |
javax.naming.InitialContext |
getInitialContext()
Get the initial context for this handle. |
Methods inherited from class org.jboss.ejb.plugins.jrmp.interfaces.InitialContextHandle |
create |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultInitialContextHandle()
Method Detail |
public javax.naming.InitialContext getInitialContext() throws javax.naming.NamingException
getInitialContext
in class InitialContextHandle
javax.naming.NamingException
- Failed to create InitialContext.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |