org.jnp.interfaces
Interface Naming

All Superinterfaces:
Remote
All Known Implementing Classes:
NamingServer, NamingServerWrapper, SingletonNamingServer

public interface Naming
extends Remote

Version:
$Revision: 37459 $
Author:
$Author: starksm $
See Also:

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 © 2008 JBoss Inc.. All Rights Reserved.