public interface Naming extends Remote
NamingContext| Modifier and Type | Method and Description |
|---|---|
void |
bind(Name name,
Object obj,
String className) |
Context |
createSubcontext(Name name) |
Collection<NameClassPair> |
list(Name name) |
Collection<Binding> |
listBindings(Name name) |
Object |
lookup(Name name) |
void |
rebind(Name name,
Object obj,
String className) |
void |
unbind(Name name) |
void bind(Name name, Object obj, String className) throws NamingException, RemoteException
NamingExceptionRemoteExceptionvoid rebind(Name name, Object obj, String className) throws NamingException, RemoteException
NamingExceptionRemoteExceptionvoid unbind(Name name) throws NamingException, RemoteException
NamingExceptionRemoteExceptionObject lookup(Name name) throws NamingException, RemoteException
NamingExceptionRemoteExceptionCollection<NameClassPair> list(Name name) throws NamingException, RemoteException
NamingExceptionRemoteExceptionCollection<Binding> listBindings(Name name) throws NamingException, RemoteException
NamingExceptionRemoteExceptionContext createSubcontext(Name name) throws NamingException, RemoteException
NamingExceptionRemoteExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.