|
|||||||||
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
Provides the interface for creating new handles instances and for getting a reference to the initial context.
Constructor Summary | |
InitialContextHandle()
|
Method Summary | |
static InitialContextHandle |
create()
Factory method for producting state objects. |
abstract javax.naming.InitialContext |
getInitialContext()
Get the initial context for this handle. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InitialContextHandle()
Method Detail |
public static InitialContextHandle create()
public abstract javax.naming.InitialContext getInitialContext() throws javax.naming.NamingException
javax.naming.NamingException
- Failed to create InitialContext.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |