org.codehaus.spice.jndikit
Interface NamingProvider
- All Known Subinterfaces:
- RMINamingProvider
- All Known Implementing Classes:
- RMINamingProviderImpl
public interface NamingProvider
The underlying communication interface for remote contexts.
- Version:
- $Revision: 1.1 $
- Author:
- Peter Donald
getNameParser
NameParser getNameParser()
throws NamingException,
Exception
- Throws:
NamingException
Exception
bind
void bind(Name name,
String className,
Object object)
throws NamingException,
Exception
- Throws:
NamingException
Exception
rebind
void rebind(Name name,
String className,
Object object)
throws NamingException,
Exception
- Throws:
NamingException
Exception
createSubcontext
Context createSubcontext(Name name)
throws NamingException,
Exception
- Throws:
NamingException
Exception
destroySubcontext
void destroySubcontext(Name name)
throws NamingException,
Exception
- Throws:
NamingException
Exception
list
NameClassPair[] list(Name name)
throws NamingException,
Exception
- Throws:
NamingException
Exception
listBindings
Binding[] listBindings(Name name)
throws NamingException,
Exception
- Throws:
NamingException
Exception
lookup
Object lookup(Name name)
throws NamingException,
Exception
- Throws:
NamingException
Exception
unbind
void unbind(Name name)
throws NamingException,
Exception
- Throws:
NamingException
Exception
Copyright © 1999-2008 Codehaus. All Rights Reserved.