当前页面:
在线文档首页 >
JBoss 3.2.7 naming API Documentation 英文版文档
NamingServer (JBoss Naming API) - JBoss 3.2.7 naming API Documentation 英文版文档
org.jnp.server
Class NamingServer
java.lang.Object
org.jnp.server.NamingServer
- All Implemented Interfaces:
- Naming, Remote, Serializable
- public class NamingServer
- extends Object
- implements Naming, Serializable
- Version:
- $Revision: 1.9.4.1 $
- Author:
- $Author: genman $
- See Also:
- ,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
table
protected Hashtable table
prefix
protected Name prefix
parser
protected NamingParser parser
parent
protected NamingServer parent
NamingServer
public NamingServer()
throws NamingException
NamingServer
public NamingServer(Name prefix,
NamingServer parent)
throws NamingException
bind
public void bind(Name name,
Object obj,
String className)
throws NamingException
- Specified by:
bind
in interface Naming
- Throws:
NamingException
rebind
public void rebind(Name name,
Object obj,
String className)
throws NamingException
- Specified by:
rebind
in interface Naming
- Throws:
NamingException
unbind
public void unbind(Name name)
throws NamingException
- Specified by:
unbind
in interface Naming
- Throws:
NamingException
lookup
public Object lookup(Name name)
throws NamingException
- Specified by:
lookup
in interface Naming
- Throws:
NamingException
list
public Collection list(Name name)
throws NamingException
- Specified by:
list
in interface Naming
- Throws:
NamingException
listBindings
public Collection listBindings(Name name)
throws NamingException
- Specified by:
listBindings
in interface Naming
- Throws:
NamingException
createSubcontext
public Context createSubcontext(Name name)
throws NamingException
- Specified by:
createSubcontext
in interface Naming
- Throws:
NamingException
getRoot
public Naming getRoot()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.