public interface RemoteNamingStore
Modifier and Type | Method and Description |
---|---|
void |
addEjbContext(CurrentEjbClientConnection connection) |
void |
bind(Name name,
Object object) |
void |
close() |
Context |
createSubcontext(Name name) |
void |
destroySubcontext(Name name) |
List<NameClassPair> |
list(Name name) |
List<Binding> |
listBindings(Name name) |
Object |
lookup(Name name) |
Object |
lookupLink(Name name) |
void |
rebind(Name name,
Object object) |
void |
removeEjbContext(CurrentEjbClientConnection connection) |
void |
rename(Name name,
Name object) |
void |
unbind(Name name) |
Object lookup(Name name) throws NamingException
NamingException
void bind(Name name, Object object) throws NamingException
NamingException
void rebind(Name name, Object object) throws NamingException
NamingException
void rename(Name name, Name object) throws NamingException
NamingException
List<NameClassPair> list(Name name) throws NamingException
NamingException
List<Binding> listBindings(Name name) throws NamingException
NamingException
void unbind(Name name) throws NamingException
NamingException
Context createSubcontext(Name name) throws NamingException
NamingException
void destroySubcontext(Name name) throws NamingException
NamingException
Object lookupLink(Name name) throws NamingException
NamingException
void close() throws NamingException
NamingException
void addEjbContext(CurrentEjbClientConnection connection)
void removeEjbContext(CurrentEjbClientConnection connection)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.