站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 naming API Documentation 英文版文档

Naming (JBoss Naming API) - JBoss 3.2.7 naming API Documentation 英文版文档


org.jnp.interfaces
Interface Naming

All Superinterfaces:
Remote
All Known Implementing Classes:
NamingServer

public interface Naming
extends Remote

Version:
$Revision: 1.3 $
Author:
$Author: oberg $
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

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.