addToEnvironment
public Object addToEnvironment(String propName,
Object propVal)
throws NamingException
bind
public void bind(Name name,
Object obj)
throws NamingException
If the object to be bound is both Remote and Referenceable, binds the
object itself, not its Reference.
bind
public void bind(String name,
Object obj)
throws NamingException
composeName
public Name composeName(Name name,
Name prefix)
throws NamingException
composeName
public String composeName(String name,
String prefix)
throws NamingException
createSubcontext
public Context createSubcontext(Name name)
throws NamingException
createSubcontext
public Context createSubcontext(String name)
throws NamingException
destroySubcontext
public void destroySubcontext(Name name)
throws NamingException
destroySubcontext
public void destroySubcontext(String name)
throws NamingException
getEnvironment
public Hashtable getEnvironment()
throws NamingException
getNameInNamespace
public String getNameInNamespace()
getNameParser
public NameParser getNameParser(Name name)
throws NamingException
getNameParser
public NameParser getNameParser(String name)
throws NamingException
getSingleInstance
public static Context getSingleInstance(Registry reg,
Hashtable env)
throws NamingException
list
public NamingEnumeration list(Name name)
throws NamingException
list
public NamingEnumeration list(String name)
throws NamingException
listBindings
public NamingEnumeration listBindings(Name name)
throws NamingException
listBindings
public NamingEnumeration listBindings(String name)
throws NamingException
lookup
public Object lookup(Name name)
throws NamingException
lookup
public Object lookup(String name)
throws NamingException
lookupLink
public Object lookupLink(Name name)
throws NamingException
lookupLink
public Object lookupLink(String name)
throws NamingException
rebind
public void rebind(Name name,
Object obj)
throws NamingException
rebind
public void rebind(String name,
Object obj)
throws NamingException
removeFromEnvironment
public Object removeFromEnvironment(String propName)
throws NamingException
rename
public void rename(Name oldName,
Name newName)
throws NamingException
rename
public void rename(String name,
String newName)
throws NamingException
unbind
public void unbind(Name name)
throws NamingException
unbind
public void unbind(String name)
throws NamingException