org.apache.avalon.excalibur.naming
Interface NamingProvider
- All Known Subinterfaces:
- RMINamingProvider
- public interface NamingProvider
The underlying communication interface for remote contexts.
- Version:
- $Revision: 1.4 $
- Author:
- Peter Donald
getNameParser
public NameParser getNameParser()
throws NamingException,
Exception
bind
public void bind(Name name,
String className,
Object object)
throws NamingException,
Exception
rebind
public void rebind(Name name,
String className,
Object object)
throws NamingException,
Exception
createSubcontext
public Context createSubcontext(Name name)
throws NamingException,
Exception
destroySubcontext
public void destroySubcontext(Name name)
throws NamingException,
Exception
list
public NameClassPair[] list(Name name)
throws NamingException,
Exception
listBindings
public Binding[] listBindings(Name name)
throws NamingException,
Exception
lookup
public Object lookup(Name name)
throws NamingException,
Exception
unbind
public void unbind(Name name)
throws NamingException,
Exception
"Copyright © 2000-2002 Apache Jakarta Project. All Rights Reserved."