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 <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) |
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 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) |
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 void |
RemotingConnectionEJBReceiver.sendRollback(EJBReceiverContext receiverContext,
TransactionID transactionID) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.