|
JBoss EJB client 2.0.0.Beta4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EJBClientContextIdentifier | |
|---|---|
| org.jboss.ejb.client | |
| org.jboss.ejb.client.remoting | |
| Uses of EJBClientContextIdentifier in org.jboss.ejb.client |
|---|
| Classes in org.jboss.ejb.client that implement EJBClientContextIdentifier | |
|---|---|
class |
NamedEJBClientContextIdentifier
A EJBClientContextIdentifier which identifies a EJBClientContext by a name |
| Methods in org.jboss.ejb.client that return EJBClientContextIdentifier | |
|---|---|
static EJBClientContextIdentifier |
EJBClient.getEJBClientContextIdentifierFor(Object proxy)
Get the EJBClientContextIdentifier associated with the passed EJB proxy. |
| Methods in org.jboss.ejb.client with parameters of type EJBClientContextIdentifier | ||
|---|---|---|
static
|
EJBClient.createProxy(EJBLocator<T> locator,
EJBClientContextIdentifier identifier)
Creates a new proxy for the remote object identified by the given locator and
associates that proxy with the passed identifier |
|
static
|
EJBClient.createSession(EJBClientContextIdentifier ejbClientContextIdentifier,
Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName)
Create a new EJB session. |
|
IllegalStateException |
Logs.ejbClientContextAlreadyRegisteredForIdentifier(EJBClientContextIdentifier identifier)
|
|
EJBClientContext |
IdentityEJBClientContextSelector.getContext(EJBClientContextIdentifier identifier)
Returns a context for the passed identifier. |
|
void |
IdentityEJBClientContextSelector.registerContext(EJBClientContextIdentifier identifier,
EJBClientContext context)
Associates the passed EJBClientContext to the identifier
It's up to the individual implementations to decide whether to throw an exception
if there's already an EJBClientContext registered for the passed identifier |
|
static EJBClientContext |
EJBClientContext.require(EJBClientContextIdentifier ejbClientContextIdentifier)
Returns a EJBClientContext which is identified by the passed ejbClientContextIdentifier. |
|
EJBClientContext |
IdentityEJBClientContextSelector.unRegisterContext(EJBClientContextIdentifier identifier)
Unregisters and returns a previously registered EJBClientContext, for the passed identifier. |
|
| Uses of EJBClientContextIdentifier in org.jboss.ejb.client.remoting |
|---|
| Methods in org.jboss.ejb.client.remoting with parameters of type EJBClientContextIdentifier | |
|---|---|
EJBClientContext |
ConfigBasedEJBClientContextSelector.getContext(EJBClientContextIdentifier identifier)
|
void |
ConfigBasedEJBClientContextSelector.registerContext(EJBClientContextIdentifier identifier,
EJBClientContext context)
|
EJBClientContext |
ConfigBasedEJBClientContextSelector.unRegisterContext(EJBClientContextIdentifier identifier)
|
|
JBoss EJB client 2.0.0.Beta4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||