org.apache.avalon.excalibur.naming.rmi.server
Class RMINamingProviderImpl
java.lang.Object
|
+--org.apache.avalon.excalibur.naming.rmi.server.RMINamingProviderImpl
- All Implemented Interfaces:
- NamingProvider, Remote, RMINamingProvider, Serializable
- public class RMINamingProviderImpl
- extends Object
- implements Serializable, RMINamingProvider
The RMI implementation of provider.
- Version:
- $Revision: 1.5 $
- Author:
- Peter Donald
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMINamingProviderImpl
public RMINamingProviderImpl(Context root)
getNameParser
public NameParser getNameParser()
throws NamingException
- Specified by:
getNameParser
in interface NamingProvider
bind
public void bind(Name name,
String className,
Object object)
throws NamingException
- Specified by:
bind
in interface NamingProvider
rebind
public void rebind(Name name,
String className,
Object object)
throws NamingException
- Specified by:
rebind
in interface NamingProvider
createSubcontext
public Context createSubcontext(Name name)
throws NamingException
- Specified by:
createSubcontext
in interface NamingProvider
destroySubcontext
public void destroySubcontext(Name name)
throws NamingException
- Specified by:
destroySubcontext
in interface NamingProvider
list
public NameClassPair[] list(Name name)
throws NamingException
- Specified by:
list
in interface NamingProvider
listBindings
public Binding[] listBindings(Name name)
throws NamingException
- Specified by:
listBindings
in interface NamingProvider
lookup
public Object lookup(Name name)
throws NamingException
- Specified by:
lookup
in interface NamingProvider
unbind
public void unbind(Name name)
throws NamingException
- Specified by:
unbind
in interface NamingProvider
"Copyright © 2000-2002 Apache Jakarta Project. All Rights Reserved."