JBoss EJB client 1.0.5.Final

org.jboss.ejb.client
Interface EJBReceiverInvocationContext.ResultProducer

Enclosing class:
EJBReceiverInvocationContext

public static interface EJBReceiverInvocationContext.ResultProducer

A result producer for invocation.


Method Summary
 void discardResult()
          Discard the result, indicating that it will not be used.
 Object getResult()
          Get the result.
 

Method Detail

getResult

Object getResult()
                 throws Exception
Get the result.

Returns:
the result
Throws:
Exception - if the result could not be acquired or the operation failed

discardResult

void discardResult()
Discard the result, indicating that it will not be used.


JBoss EJB client 1.0.5.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.