public final class EJBReceiverInvocationContext extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
EJBReceiverInvocationContext.ResultProducer
A result producer for invocation.
|
Modifier and Type | Method and Description |
---|---|
EJBClientInvocationContext |
getClientInvocationContext()
Get the client invocation context associated with this receiver invocation context.
|
NamingProvider |
getNamingProvider()
Get the naming provider attached to this invocation, if any.
|
void |
proceedAsynchronously()
Indicate that the invocation should proceed asynchronously, if it isn't already.
|
void |
requestCancelled()
Indicate that the request was successfully cancelled and that no result is forthcoming.
|
void |
resultReady(EJBReceiverInvocationContext.ResultProducer resultProducer)
Indicate that the invocation result is ready.
|
public void proceedAsynchronously()
public void resultReady(EJBReceiverInvocationContext.ResultProducer resultProducer)
resultProducer
- the result producerpublic void requestCancelled()
public EJBClientInvocationContext getClientInvocationContext()
public NamingProvider getNamingProvider()
null
if there is noneCopyright © 2017 JBoss by Red Hat. All rights reserved.