|
||||||||||
| 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(String name,
Object obj)
Bind the object to the specified name. |
Context |
createSubcontext(String name)
Create a subcontext with the specified name. |
void |
destroySubcontext(String name)
Destroy the subcontext with the specified name. |
Hashtable |
list()
|
Hashtable |
list(String name)
List the contents of the specified context. |
Object |
lookup(String name)
Lookup the specified name. |
void |
rebind(String name,
Object obj)
Rebind the object to the specified name. |
void |
rename(String oldname,
String newname)
Rename the bound object. |
void |
unbind(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 RemoteException
RemoteException| Method Detail |
|---|
public Object lookup(String name)
throws NamingException,
RemoteException
lookup in interface SerialContextProviderNamingException - if there is a naming exception.
if - there is an RMI exception.
RemoteException
public void bind(String name,
Object obj)
throws NamingException,
RemoteException
bind in interface SerialContextProviderNamingException - if there is a naming exception.
if - there is an RMI exception.
RemoteException
public void rebind(String name,
Object obj)
throws NamingException,
RemoteException
rebind in interface SerialContextProviderNamingException - if there is a naming exception.
if - there is an RMI exception.
RemoteException
public void unbind(String name)
throws NamingException,
RemoteException
unbind in interface SerialContextProviderNamingException - if there is a naming exception.
if - there is an RMI exception.
RemoteException
public void rename(String oldname,
String newname)
throws NamingException,
RemoteException
rename in interface SerialContextProviderNamingException - if there is a naming exception.
if - there is an RMI exception.
RemoteException
public Hashtable list()
throws RemoteException
list in interface SerialContextProviderRemoteException
public Hashtable list(String name)
throws NamingException,
RemoteException
list in interface SerialContextProviderNamingException - if there is a naming exception.
if - there is an RMI exception.
RemoteException
public Context createSubcontext(String name)
throws NamingException,
RemoteException
createSubcontext in interface SerialContextProviderNamingException - if there is a naming exception.
if - there is an RMI exception.
RemoteException
public void destroySubcontext(String name)
throws NamingException,
RemoteException
destroySubcontext in interface SerialContextProviderNamingException - if there is a naming exception.
if - there is an RMI exception.
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||