Package | Description |
---|---|
org.jboss.ejb.client | |
org.jboss.ejb.client.remoting |
Modifier and Type | Method and Description |
---|---|
EJBClientInvocationContext |
EJBReceiverInvocationContext.getClientInvocationContext()
Returns the
EJBClientInvocationContext associated with this EJB receiver invocation context |
Modifier and Type | Method and Description |
---|---|
protected boolean |
EJBReceiver.cancelInvocation(EJBClientInvocationContext clientInvocationContext,
EJBReceiverInvocationContext receiverContext)
Attempt to cancel an invocation.
|
protected UserTransactionID |
EJBClientUserTransactionContext.getAssociatedTransactionID(EJBClientInvocationContext invocationContext)
Get the transaction ID to associate with the invocation.
|
protected abstract TransactionID |
EJBClientTransactionContext.getAssociatedTransactionID(EJBClientInvocationContext invocationContext)
Get the transaction ID to associate with the invocation.
|
protected TransactionID |
EJBClientManagedTransactionContext.getAssociatedTransactionID(EJBClientInvocationContext invocationContext) |
void |
TransactionInterceptor.handleInvocation(EJBClientInvocationContext context) |
void |
ReceiverInterceptor.handleInvocation(EJBClientInvocationContext invocationContext) |
void |
EJBClientInterceptor.handleInvocation(EJBClientInvocationContext context)
Handle the invocation.
|
Object |
TransactionInterceptor.handleInvocationResult(EJBClientInvocationContext context) |
Object |
ReceiverInterceptor.handleInvocationResult(EJBClientInvocationContext context) |
Object |
EJBClientInterceptor.handleInvocationResult(EJBClientInvocationContext context)
Handle the invocation result.
|
IllegalStateException |
Logs.noEJBReceiverAvailableForDeploymentDuringInvocation(String appName,
String moduleName,
String distinctName,
EJBClientInvocationContext invocationContext) |
protected abstract void |
EJBReceiver.processInvocation(EJBClientInvocationContext clientInvocationContext,
EJBReceiverInvocationContext receiverContext)
Process the invocation.
|
IllegalStateException |
Logs.requiredNodeExcludedFromInvocation(EJBLocator<?> locator,
String nodeName,
EJBClientInvocationContext invocationContext) |
IllegalStateException |
Logs.txNodeIsExcludedForInvocation(String nodeName,
EJBClientInvocationContext invocationContext) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RemotingConnectionEJBReceiver.cancelInvocation(EJBClientInvocationContext clientInvocationContext,
EJBReceiverInvocationContext receiverInvocationContext)
Send an invocation cancellation message over the remoting channel, for the invocation corresponding to the
passed
EJB receiver invocation context . |
void |
RemotingConnectionEJBReceiver.processInvocation(EJBClientInvocationContext clientInvocationContext,
EJBReceiverInvocationContext ejbReceiverInvocationContext) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.