ilog.rules.res.session.async
Class IlrAsyncExecutionEndedEvent
- java.lang.Object
-
- ilog.rules.res.session.async.IlrAsyncExecutionEvent
-
- ilog.rules.res.session.async.IlrAsyncExecutionEndedEvent
-
public class IlrAsyncExecutionEndedEvent extends IlrAsyncExecutionEvent
IlrAsyncExecutionEndedEventrepresents 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
-
-
Constructor Summary
Constructors Constructor and Description IlrAsyncExecutionEndedEvent(IlrSessionResponse response)Creates a newIlrAsyncExecutionEndedEventinstance.
-
Method Summary
Methods Modifier and Type Method and Description IlrSessionResponsegetResponse()Returns the execution response object.
-
-
-
Constructor Detail
-
IlrAsyncExecutionEndedEvent
public IlrAsyncExecutionEndedEvent(IlrSessionResponse response)
Creates a newIlrAsyncExecutionEndedEventinstance.- 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.
-
-