protected boolean |
EJBReceiver.cancelInvocation(EJBClientInvocationContext clientInvocationContext,
EJBReceiverInvocationContext receiverContext)
Attempt to cancel an invocation.
|
protected abstract TransactionID |
EJBClientTransactionContext.getAssociatedTransactionID(EJBClientInvocationContext invocationContext)
Get the transaction ID to associate with the invocation.
|
protected UserTransactionID |
EJBClientUserTransactionContext.getAssociatedTransactionID(EJBClientInvocationContext invocationContext)
Get the transaction ID to associate with the invocation.
|
protected TransactionID |
EJBClientManagedTransactionContext.getAssociatedTransactionID(EJBClientInvocationContext invocationContext) |
void |
EJBClientInterceptor.handleInvocation(EJBClientInvocationContext context)
Handle the invocation.
|
void |
TransactionInterceptor.handleInvocation(EJBClientInvocationContext context) |
void |
ReceiverInterceptor.handleInvocation(EJBClientInvocationContext invocationContext) |
Object |
EJBClientInterceptor.handleInvocationResult(EJBClientInvocationContext context)
Handle the invocation result.
|
Object |
TransactionInterceptor.handleInvocationResult(EJBClientInvocationContext context) |
Object |
ReceiverInterceptor.handleInvocationResult(EJBClientInvocationContext context) |
IllegalStateException |
Logs_$logger.noEJBReceiverAvailableForDeploymentDuringInvocation(String appName,
String moduleName,
String distinctName,
EJBClientInvocationContext invocationContext) |
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_$logger.requiredNodeExcludedFromInvocation(EJBLocator locator,
String nodeName,
EJBClientInvocationContext invocationContext) |
IllegalStateException |
Logs_$logger.txNodeIsExcludedForInvocation(String nodeName,
EJBClientInvocationContext invocationContext) |
IllegalStateException |
Logs.txNodeIsExcludedForInvocation(String nodeName,
EJBClientInvocationContext invocationContext) |