|
JBoss EJB client 2.0.0.Beta4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EJBReceiverContext | |
|---|---|
| org.jboss.ejb.client | |
| org.jboss.ejb.client.remoting | |
| Uses of EJBReceiverContext in org.jboss.ejb.client |
|---|
| Methods in org.jboss.ejb.client that return EJBReceiverContext | |
|---|---|
EJBReceiverContext |
EJBReceiverInvocationContext.getEjbReceiverContext()
Get the associated EJB receiver context. |
| Methods in org.jboss.ejb.client with parameters of type EJBReceiverContext | ||
|---|---|---|
protected abstract void |
EJBReceiver.associate(EJBReceiverContext context)
Handle the association of this EJB receiver with the EJB client context. |
|
protected void |
EJBReceiver.beforeCompletion(EJBReceiverContext context,
TransactionID transactionID)
The before-completion hook. |
|
IllegalStateException |
Logs.channelNotReadyForCommunication(String channelName,
EJBReceiverContext receiverContext)
|
|
static XAResource |
EJBClientManagedTransactionContext.getEJBXAResourceForRecovery(EJBReceiverContext receiverContext,
String transactionOriginNodeIdentifier)
Returns a EJB XAResource which can be used *only* during transaction recovery process |
|
protected abstract
|
EJBReceiver.openSession(EJBReceiverContext context,
Class<T> viewType,
String appName,
String moduleName,
String distinctName,
String beanName)
Creates a session for a stateful session bean represented by the passed app name, module name, distinct name and bean name combination. |
|
void |
ClusterContext.receiverContextClosed(EJBReceiverContext receiverContext)
Deprecated. |
|
void |
EJBClientContextListener.receiverRegistered(EJBReceiverContext receiverContext)
This method will be invoked when a EJBReceiver is registered to a EJBClientContext |
|
void |
EJBClientContextListener.receiverUnRegistered(EJBReceiverContext receiverContext)
This method will be invoked when a EJBReceiver is unregistered from a EJBClientContext |
|
protected void |
EJBReceiver.sendCommit(EJBReceiverContext context,
TransactionID transactionID,
boolean onePhase)
Send a transaction-commit message for the given transaction ID. |
|
protected void |
EJBReceiver.sendForget(EJBReceiverContext context,
TransactionID transactionID)
Send a transaction-forget message for the given transaction ID. |
|
protected int |
EJBReceiver.sendPrepare(EJBReceiverContext context,
TransactionID transactionID)
Send a transaction-prepare message for the given transaction ID. |
|
protected Xid[] |
EJBReceiver.sendRecover(EJBReceiverContext receiverContext,
String txParentNodeName,
int recoveryFlags)
Send a transaction recover message with the recoveryFlags. |
|
protected void |
EJBReceiver.sendRollback(EJBReceiverContext context,
TransactionID transactionID)
Send a transaction-rollback message for the given transaction ID. |
|
void |
Logs.successfulVersionHandshake(EJBReceiverContext receiverContext,
org.jboss.remoting3.Channel channel)
|
|
void |
Logs.versionHandshakeNotCompleted(EJBReceiverContext receiverContext)
|
|
| Uses of EJBReceiverContext in org.jboss.ejb.client.remoting |
|---|
| Methods in org.jboss.ejb.client.remoting with parameters of type EJBReceiverContext | ||
|---|---|---|
void |
RemotingConnectionEJBReceiver.associate(EJBReceiverContext context)
|
|
protected void |
RemotingConnectionEJBReceiver.beforeCompletion(EJBReceiverContext receiverContext,
TransactionID transactionID)
|
|
protected
|
RemotingConnectionEJBReceiver.openSession(EJBReceiverContext receiverContext,
Class<T> viewType,
String appName,
String moduleName,
String distinctName,
String beanName)
|
|
protected void |
RemotingConnectionEJBReceiver.sendCommit(EJBReceiverContext receiverContext,
TransactionID transactionID,
boolean onePhase)
|
|
protected void |
RemotingConnectionEJBReceiver.sendForget(EJBReceiverContext receiverContext,
TransactionID transactionID)
|
|
protected int |
RemotingConnectionEJBReceiver.sendPrepare(EJBReceiverContext receiverContext,
TransactionID transactionID)
|
|
protected Xid[] |
RemotingConnectionEJBReceiver.sendRecover(EJBReceiverContext receiverContext,
String txParentNodeName,
int recoveryFlags)
|
|
protected void |
RemotingConnectionEJBReceiver.sendRollback(EJBReceiverContext receiverContext,
TransactionID transactionID)
|
|
|
JBoss EJB client 2.0.0.Beta4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||