ilog.rules.engine
Interface IlrAssertDemon
-
Deprecated.As of IBM Decision Server 8.0.1, it has been replaced byIlrTool.notifyAssertObject(Object)
public interface IlrAssertDemonIf 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
Methods Modifier and Type Method and Description voidasserted(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, thecontextparameter can be safely cast to the derived class.
-
-