Rule Execution Server API

ilog.rules.engine
Class IlrWatchEvent

java.lang.Object
  extended by ilog.rules.engine.IlrWatchEvent
All Implemented Interfaces:
Serializable

Deprecated. As of IBM Decision Server 7.5, event processing is deprecated;

@Deprecated
public final class IlrWatchEvent
extends Object
implements Serializable

This class is used to represent the object bound in a wait condition. When a wait is bound to a variable, the variable is an instance of this class.

See Also:
Serialized Form

Method Summary
 long time()
          Deprecated. Returns the time at which the watchdog has been fired.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

time

public long time()
Deprecated. 

Returns the time at which the watchdog has been fired. A watchdog is fired when a rule instance of the rule which contains the watchdog is created. This can be either when all the conditions are met, or when the watchdog expires.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013