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
NamingException
RemoteException
void rebind(Name name, Object obj, String className) throws NamingException, RemoteException
NamingException
RemoteException
void unbind(Name name) throws NamingException, RemoteException
NamingException
RemoteException
Object lookup(Name name) throws NamingException, RemoteException
NamingException
RemoteException
Collection<NameClassPair> list(Name name) throws NamingException, RemoteException
NamingException
RemoteException
Collection<Binding> listBindings(Name name) throws NamingException, RemoteException
NamingException
RemoteException
Context createSubcontext(Name name) throws NamingException, RemoteException
NamingException
RemoteException
Copyright © 2014 JBoss by Red Hat. All rights reserved.