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 | Method and Description |
---|---|
void |
discardResult()
Discard the result, indicating that it will not be used.
|
Object |
getResult()
Get the result.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.