org.jnp.interfaces
Interface Naming

All Superinterfaces:
Remote
All Known Implementing Classes:
NamingServer, NamingServer_Stub

public interface Naming
extends Remote

The interface for the rmi connection to the jndi server implementation

Version:
$Revision: 1.3.32.2 $
Author:
Rickard Oberg, Scott.Stark@jboss.org

Method Summary
 void bind(Name name, Object obj, String className)
           
 Context createSubcontext(Name name)
           
 Collection list(Name name)
           
 Collection listBindings(Name name)
           
 Object lookup(Name name)
           
 void rebind(Name name, Object obj, String className)
           
 void unbind(Name name)
           
 

Method Detail

bind

void bind(Name name,
          Object obj,
          String className)
          throws NamingException,
                 RemoteException
Throws:
NamingException
RemoteException

rebind

void rebind(Name name,
            Object obj,
            String className)
            throws NamingException,
                   RemoteException
Throws:
NamingException
RemoteException

unbind

void unbind(Name name)
            throws NamingException,
                   RemoteException
Throws:
NamingException
RemoteException

lookup

Object lookup(Name name)
              throws NamingException,
                     RemoteException
Throws:
NamingException
RemoteException

list

Collection list(Name name)
                throws NamingException,
                       RemoteException
Throws:
NamingException
RemoteException

listBindings

Collection listBindings(Name name)
                        throws NamingException,
                               RemoteException
Throws:
NamingException
RemoteException

createSubcontext

Context createSubcontext(Name name)
                         throws NamingException,
                                RemoteException
Throws:
NamingException
RemoteException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.