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 TransactionID |
EJBClientManagedTransactionContext.getAssociatedTransactionID(EJBClientInvocationContext invocationContext) |
protected abstract TransactionID |
EJBClientTransactionContext.getAssociatedTransactionID(EJBClientInvocationContext invocationContext)
Get the transaction ID to associate with the invocation.
|
void |
TransactionInterceptor.handleInvocation(EJBClientInvocationContext context) |
void |
EJBClientInterceptor.handleInvocation(EJBClientInvocationContext context)
Handle the invocation.
|
void |
ReceiverInterceptor.handleInvocation(EJBClientInvocationContext invocationContext) |
Object |
TransactionInterceptor.handleInvocationResult(EJBClientInvocationContext context) |
Object |
EJBClientInterceptor.handleInvocationResult(EJBClientInvocationContext context)
Handle the invocation result.
|
Object |
ReceiverInterceptor.handleInvocationResult(EJBClientInvocationContext context) |
protected abstract void |
EJBReceiver.processInvocation(EJBClientInvocationContext clientInvocationContext,
EJBReceiverInvocationContext receiverContext)
Process the invocation.
|
Modifier and Type | Method and Description |
---|---|
void |
RemotingConnectionEJBReceiver.processInvocation(EJBClientInvocationContext clientInvocationContext,
EJBReceiverInvocationContext ejbReceiverInvocationContext) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.