Package org.jboss.ejb.client
Interface EJBReceiverInvocationContext.ResultProducer
-
- All Known Implementing Classes:
EJBReceiverInvocationContext.ResultProducer.Failed,EJBReceiverInvocationContext.ResultProducer.Immediate
- Enclosing class:
- EJBReceiverInvocationContext
public static interface EJBReceiverInvocationContext.ResultProducerA result producer for invocation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEJBReceiverInvocationContext.ResultProducer.FailedA result producer for failure cases.static classEJBReceiverInvocationContext.ResultProducer.Immediate
-
Field Summary
Fields Modifier and Type Field Description static EJBReceiverInvocationContext.ResultProducerNULLA result producer which produces anullreturn.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddiscardResult()Discard the result, indicating that it will not be used.ObjectgetResult()Get the result.
-
-
-
Field Detail
-
NULL
static final EJBReceiverInvocationContext.ResultProducer NULL
A result producer which produces anullreturn.
-
-