Rule Execution Server API

ilog.rules.engine
Interface IlrRetractDemon


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

public interface IlrRetractDemon

If the class of an object implements IlrRetractDemon, then the method that this interface defines is called when the object is retracted from a context. Because this method is invoked every time an object is removed, it is called a retract daemon.


Method Summary
 void retracted(IlrContext context)
          Deprecated. This method implements the retract daemon.
 

Method Detail

retracted

void retracted(IlrContext context)
Deprecated. 

This method implements the retract daemon.

Parameters:
context - The execution context from which the object is removed. 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