Interface EJBReceiverInvocationContext.ResultProducer

    • 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.