public interface RemoteNamingStore
| Modifier and Type | Method and Description |
|---|---|
void |
addEjbContext(CurrentEjbClientConnection connection)
Deprecated.
Since 1.0.6.Final
|
void |
bind(Name name,
Object object) |
void |
close() |
void |
closeAsync() |
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)
Deprecated.
Since 1.0.6.Final
|
void |
rename(Name name,
Name object) |
void |
unbind(Name name) |
Object lookup(Name name) throws NamingException
NamingExceptionvoid bind(Name name, Object object) throws NamingException
NamingExceptionvoid rebind(Name name, Object object) throws NamingException
NamingExceptionvoid rename(Name name, Name object) throws NamingException
NamingExceptionList<NameClassPair> list(Name name) throws NamingException
NamingExceptionList<Binding> listBindings(Name name) throws NamingException
NamingExceptionvoid unbind(Name name) throws NamingException
NamingExceptionContext createSubcontext(Name name) throws NamingException
NamingExceptionvoid destroySubcontext(Name name) throws NamingException
NamingExceptionObject lookupLink(Name name) throws NamingException
NamingExceptionvoid close()
throws NamingException
NamingExceptionvoid closeAsync()
@Deprecated void addEjbContext(CurrentEjbClientConnection connection)
@Deprecated void removeEjbContext(CurrentEjbClientConnection connection)
connection - Copyright © 2015 JBoss by Red Hat. All rights reserved.