Rule Execution Server API

ilog.rules.res.session.async
Interface IlrAsyncExecutionObserver


public interface IlrAsyncExecutionObserver

Implementations of IlrAsyncExecutionObserver are notified of execution events during asynchronous rule session execution.

Since:
7.0

Method Summary
 void update(IlrAsyncExecutionEvent event)
          Updates the caller rules session with execution events.
 

Method Detail

update

void update(IlrAsyncExecutionEvent event)
Updates the caller rules session with execution events.

Parameters:
event - An execution ended ilog.rules.res.session.async.IlrAsyncExecutionEndedEvent or execution failure ilog.rules.res.session.async.IlrAsyncExecutionFailedEvent event.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2012