Package | Description |
---|---|
org.jboss.ejb.client | |
org.jboss.ejb.client.remoting |
Modifier and Type | Method and Description |
---|---|
EJBReceiverContext |
EJBReceiverInvocationContext.getEjbReceiverContext()
Get the associated EJB receiver context.
|
Modifier and Type | Method and Description |
---|---|
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) |
protected abstract void |
EJBReceiver.disassociate(EJBReceiverContext context)
Remove an association of this EJB receiver with the EJB client context.
|
static XAResource |
EJBClientManagedTransactionContext.getEJBXAResourceForRecovery(EJBReceiverContext receiverContext,
String transactionOriginNodeIdentifier)
Returns a EJB
XAResource which can be used *only* during transaction recovery process |
protected abstract <T> StatefulEJBLocator<T> |
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,
Channel channel) |
void |
Logs.versionHandshakeNotCompleted(EJBReceiverContext receiverContext) |
Modifier and Type | Method and Description |
---|---|
void |
RemotingConnectionEJBReceiver.associate(EJBReceiverContext context) |
protected void |
RemotingConnectionEJBReceiver.beforeCompletion(EJBReceiverContext receiverContext,
TransactionID transactionID) |
void |
RemotingConnectionEJBReceiver.disassociate(EJBReceiverContext context) |
protected <T> StatefulEJBLocator<T> |
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) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.