org.jnp.interfaces
Interface Naming
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- NamingServer
- public interface Naming
- extends Remote
The interface for the rmi connection to the jndi server implementation
- Version:
- $Revision: 1.3.32.1 $
- Author:
- Rickard Oberg, Scott.Stark@jboss.org
bind
public void bind(Name name,
Object obj,
String className)
throws NamingException,
RemoteException
- Throws:
NamingException
RemoteException
rebind
public void rebind(Name name,
Object obj,
String className)
throws NamingException,
RemoteException
- Throws:
NamingException
RemoteException
unbind
public void unbind(Name name)
throws NamingException,
RemoteException
- Throws:
NamingException
RemoteException
lookup
public Object lookup(Name name)
throws NamingException,
RemoteException
- Throws:
NamingException
RemoteException
list
public Collection list(Name name)
throws NamingException,
RemoteException
- Throws:
NamingException
RemoteException
listBindings
public Collection listBindings(Name name)
throws NamingException,
RemoteException
- Throws:
NamingException
RemoteException
createSubcontext
public Context createSubcontext(Name name)
throws NamingException,
RemoteException
- Throws:
NamingException
RemoteException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.