Package | Description |
---|---|
org.jboss.ejb.client | |
org.jboss.ejb.client.remoting |
Modifier and Type | Method and Description |
---|---|
EJBReceiver |
ClusterNodeManager.getEJBReceiver()
Returns a
EJBReceiver for the node. |
protected EJBReceiver |
EJBClientInvocationContext.getReceiver()
Get the EJB receiver associated with this invocation.
|
Modifier and Type | Method and Description |
---|---|
void |
Logs.initialModuleAvailabilityReportNotReceived(EJBReceiver ejbReceiver) |
IllegalStateException |
Logs.receiverNotAssociatedWithClientContext(EJBReceiver receiver,
EJBClientContext clientContext) |
boolean |
EJBClientContext.registerEJBReceiver(EJBReceiver receiver)
Register an EJB receiver with this client context.
|
void |
ClusterContext.registerEJBReceiver(EJBReceiver receiver)
Register a
EJBReceiver with this cluster context |
void |
EJBClientContext.unregisterEJBReceiver(EJBReceiver receiver)
Unregister (a previously registered) EJB receiver from this client context.
|
Modifier and Type | Class and Description |
---|---|
class |
RemotingConnectionEJBReceiver
A
EJBReceiver which uses JBoss Remoting to communicate with the server for EJB invocations |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.