public interface SerialContextProvider extends Remote
| Modifier and Type | Method and Description |
|---|---|
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.
|
Object lookup(String name) throws NamingException, RemoteException
NamingException - if there is a naming exception.if - there is an RMI exception.RemoteExceptionvoid bind(String name, Object obj) throws NamingException, RemoteException
NamingException - if there is a naming exception.if - there is an RMI exception.RemoteExceptionvoid rebind(String name, Object obj) throws NamingException, RemoteException
NamingException - if there is a naming exception.if - there is an RMI exception.RemoteExceptionvoid unbind(String name) throws NamingException, RemoteException
NamingException - if there is a naming exception.if - there is an RMI exception.RemoteExceptionvoid rename(String oldname, String newname) throws NamingException, RemoteException
NamingException - if there is a naming exception.if - there is an RMI exception.RemoteExceptionHashtable list() throws RemoteException
RemoteExceptionHashtable list(String name) throws NamingException, RemoteException
NamingException - if there is a naming exception.if - there is an RMI exception.RemoteExceptionContext createSubcontext(String name) throws NamingException, RemoteException
NamingException - if there is a naming exception.if - there is an RMI exception.RemoteExceptionvoid destroySubcontext(String name) throws NamingException, RemoteException
NamingException - if there is a naming exception.if - there is an RMI exception.RemoteExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.