Package | Description |
---|---|
org.jboss.ejb.client | |
org.jboss.ejb.client.remoting |
Modifier and Type | Method and Description |
---|---|
protected boolean |
EJBReceiver.cancelInvocation(EJBClientInvocationContext clientInvocationContext,
EJBReceiverInvocationContext receiverContext)
Attempt to cancel an invocation.
|
protected abstract void |
EJBReceiver.processInvocation(EJBClientInvocationContext clientInvocationContext,
EJBReceiverInvocationContext receiverContext)
Process the invocation.
|
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.