|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The underlying communication interface for remote contexts.
Method Summary | |
void |
bind(Name name,
String className,
Object object)
Deprecated. |
Context |
createSubcontext(Name name)
Deprecated. |
void |
destroySubcontext(Name name)
Deprecated. |
NameParser |
getNameParser()
Deprecated. |
NameClassPair[] |
list(Name name)
Deprecated. |
Binding[] |
listBindings(Name name)
Deprecated. |
Object |
lookup(Name name)
Deprecated. |
void |
rebind(Name name,
String className,
Object object)
Deprecated. |
void |
unbind(Name name)
Deprecated. |
Method Detail |
public NameParser getNameParser() throws NamingException, Exception
NamingException
Exception
public void bind(Name name, String className, Object object) throws NamingException, Exception
NamingException
Exception
public void rebind(Name name, String className, Object object) throws NamingException, Exception
NamingException
Exception
public Context createSubcontext(Name name) throws NamingException, Exception
NamingException
Exception
public void destroySubcontext(Name name) throws NamingException, Exception
NamingException
Exception
public NameClassPair[] list(Name name) throws NamingException, Exception
NamingException
Exception
public Binding[] listBindings(Name name) throws NamingException, Exception
NamingException
Exception
public Object lookup(Name name) throws NamingException, Exception
NamingException
Exception
public void unbind(Name name) throws NamingException, Exception
NamingException
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |