Rule Execution Server API

ilog.rules.engine
Interface IlrAssertDemon


Deprecated. As of IBM Decision Server 8.0.1, it has been replaced by IlrTool.notifyAssertObject(Object)

public interface IlrAssertDemon

If the class of an object implements IlrAssertDemon, then the method that this interface defines is called when the object is asserted. Because this method is invoked every time the object is asserted, it is called an assert daemon.


Method Summary
 void asserted(IlrContext context)
          Deprecated. This method implements the assert daemon.
 

Method Detail

asserted

void asserted(IlrContext context)
Deprecated. 

This method implements the assert daemon.

Parameters:
context - The execution context where the object is asserted. If the context has been derived, the context parameter can be safely cast to the derived class.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013