org.jnp.server
Class NamingServer
java.lang.Object
org.jnp.server.NamingServer
- All Implemented Interfaces:
- Serializable, Remote, Naming
public class NamingServer
- extends Object
- implements Naming, Serializable
The JNDI naming server implementation class.
- Version:
- $Revision: 57199 $
- Author:
- Rickard Oberg, patriot1burke, Scott.Stark@jboss.org
- 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
- Throws:
NamingException
NamingServer
public NamingServer(Name prefix,
NamingServer parent)
throws NamingException
- 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.