Uses of Interface
org.jboss.ejb.client.EJBReceiverInvocationContext.ResultProducer
-
Packages that use EJBReceiverInvocationContext.ResultProducer Package Description org.jboss.ejb.client -
-
Uses of EJBReceiverInvocationContext.ResultProducer in org.jboss.ejb.client
Classes in org.jboss.ejb.client that implement EJBReceiverInvocationContext.ResultProducer Modifier and Type Class Description static classEJBReceiverInvocationContext.ResultProducer.FailedA result producer for failure cases.static classEJBReceiverInvocationContext.ResultProducer.ImmediateFields in org.jboss.ejb.client declared as EJBReceiverInvocationContext.ResultProducer Modifier and Type Field Description static EJBReceiverInvocationContext.ResultProducerEJBReceiverInvocationContext.ResultProducer. NULLA result producer which produces anullreturn.Methods in org.jboss.ejb.client with parameters of type EJBReceiverInvocationContext.ResultProducer Modifier and Type Method Description voidEJBReceiverInvocationContext. resultReady(EJBReceiverInvocationContext.ResultProducer resultProducer)Indicate that the invocation result is ready.
-