public static interface EJBReceiverInvocationContext.ResultProducer
Modifier and Type | Interface and Description |
---|---|
static class |
EJBReceiverInvocationContext.ResultProducer.Failed
A result producer for failure cases.
|
static class |
EJBReceiverInvocationContext.ResultProducer.Immediate |
Modifier and Type | Field and Description |
---|---|
static EJBReceiverInvocationContext.ResultProducer |
NULL
A result producer which produces a
null return. |
Modifier and Type | Method and Description |
---|---|
void |
discardResult()
Discard the result, indicating that it will not be used.
|
Object |
getResult()
Get the result.
|
static final EJBReceiverInvocationContext.ResultProducer NULL
null
return.Copyright © 2019 JBoss by Red Hat. All rights reserved.