|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.naming.impl.SerialContextProviderImpl
public class SerialContextProviderImpl
| Constructor Summary | |
|---|---|
protected |
SerialContextProviderImpl(TransientContext rootContext)
|
| Method Summary | |
|---|---|
void |
bind(java.lang.String name,
java.lang.Object obj)
Bind the object to the specified name. |
javax.naming.Context |
createSubcontext(java.lang.String name)
Create a subcontext with the specified name. |
void |
destroySubcontext(java.lang.String name)
Destroy the subcontext with the specified name. |
java.util.Hashtable |
list()
|
java.util.Hashtable |
list(java.lang.String name)
List the contents of the specified context. |
java.lang.Object |
lookup(java.lang.String name)
Lookup the specified name. |
void |
rebind(java.lang.String name,
java.lang.Object obj)
Rebind the object to the specified name. |
void |
rename(java.lang.String oldname,
java.lang.String newname)
Rename the bound object. |
void |
unbind(java.lang.String name)
Unbind the specified object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SerialContextProviderImpl(TransientContext rootContext)
throws java.rmi.RemoteException
java.rmi.RemoteException| Method Detail |
|---|
public java.lang.Object lookup(java.lang.String name)
throws javax.naming.NamingException,
java.rmi.RemoteException
lookup in interface SerialContextProviderjavax.naming.NamingException - if there is a naming exception.
if - there is an RMI exception.
java.rmi.RemoteException
public void bind(java.lang.String name,
java.lang.Object obj)
throws javax.naming.NamingException,
java.rmi.RemoteException
bind in interface SerialContextProviderjavax.naming.NamingException - if there is a naming exception.
if - there is an RMI exception.
java.rmi.RemoteException
public void rebind(java.lang.String name,
java.lang.Object obj)
throws javax.naming.NamingException,
java.rmi.RemoteException
rebind in interface SerialContextProviderjavax.naming.NamingException - if there is a naming exception.
if - there is an RMI exception.
java.rmi.RemoteException
public void unbind(java.lang.String name)
throws javax.naming.NamingException,
java.rmi.RemoteException
unbind in interface SerialContextProviderjavax.naming.NamingException - if there is a naming exception.
if - there is an RMI exception.
java.rmi.RemoteException
public void rename(java.lang.String oldname,
java.lang.String newname)
throws javax.naming.NamingException,
java.rmi.RemoteException
rename in interface SerialContextProviderjavax.naming.NamingException - if there is a naming exception.
if - there is an RMI exception.
java.rmi.RemoteException
public java.util.Hashtable list()
throws java.rmi.RemoteException
list in interface SerialContextProviderjava.rmi.RemoteException
public java.util.Hashtable list(java.lang.String name)
throws javax.naming.NamingException,
java.rmi.RemoteException
list in interface SerialContextProviderjavax.naming.NamingException - if there is a naming exception.
if - there is an RMI exception.
java.rmi.RemoteException
public javax.naming.Context createSubcontext(java.lang.String name)
throws javax.naming.NamingException,
java.rmi.RemoteException
createSubcontext in interface SerialContextProviderjavax.naming.NamingException - if there is a naming exception.
if - there is an RMI exception.
java.rmi.RemoteException
public void destroySubcontext(java.lang.String name)
throws javax.naming.NamingException,
java.rmi.RemoteException
destroySubcontext in interface SerialContextProviderjavax.naming.NamingException - if there is a naming exception.
if - there is an RMI exception.
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||