ilog.rules.res.session.async

Class IlrAsyncExecutionEndedEvent



  • public class IlrAsyncExecutionEndedEvent
    extends IlrAsyncExecutionEvent
    IlrAsyncExecutionEndedEvent represents an event that indicates the normal completion of an asynchronous ruleset execution. This class also provides access to the execution response object.
    Since:
    7.0
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      IlrSessionResponse getResponse()
      Returns the execution response object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IlrAsyncExecutionEndedEvent

        public IlrAsyncExecutionEndedEvent(IlrSessionResponse response)
        Creates a new IlrAsyncExecutionEndedEvent instance.
        Parameters:
        response - An object that encapsulates the response to a stateless rule session invocation.
    • Method Detail

      • getResponse

        public IlrSessionResponse getResponse()
        Returns the execution response object.
        Returns:
        The object that encapsulates the response to a stateless rule session invocation.

© Copyright IBM Corp. 1987, 2020