|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.excalibur.naming.rmi.server.RMINamingProviderImpl
The RMI implementation of provider.
Constructor Summary | |
RMINamingProviderImpl(Context root)
Deprecated. |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RMINamingProviderImpl(Context root)
Method Detail |
public NameParser getNameParser() throws NamingException
getNameParser
in interface NamingProvider
NamingException
public void bind(Name name, String className, Object object) throws NamingException
bind
in interface NamingProvider
NamingException
public void rebind(Name name, String className, Object object) throws NamingException
rebind
in interface NamingProvider
NamingException
public Context createSubcontext(Name name) throws NamingException
createSubcontext
in interface NamingProvider
NamingException
public void destroySubcontext(Name name) throws NamingException
destroySubcontext
in interface NamingProvider
NamingException
public NameClassPair[] list(Name name) throws NamingException
list
in interface NamingProvider
NamingException
public Binding[] listBindings(Name name) throws NamingException
listBindings
in interface NamingProvider
NamingException
public Object lookup(Name name) throws NamingException
lookup
in interface NamingProvider
NamingException
public void unbind(Name name) throws NamingException
unbind
in interface NamingProvider
NamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |