Rule Execution Server API

ilog.rules.engine
Class IlrDefaultEvent

java.lang.Object
  extended by ilog.rules.engine.IlrDefaultEvent
All Implemented Interfaces:
IlrEvent, Serializable

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

@Deprecated
public class IlrDefaultEvent
extends Object
implements IlrEvent, Serializable

This class provides a wrapping mechanism for objects asserted as an event but whose class does not implement the IlrEvent interface.

See Also:
IlrContext.insertEvent(Object), Serialized Form

Constructor Summary
IlrDefaultEvent(Object object, long timestamp)
          Deprecated. Constructs an object implementing the IlrEvent interface, to assert the given object as an event.
 
Method Summary
 Object object()
          Deprecated. Returns the object asserted as an event.
 long time()
          Deprecated. Returns the timestamp of the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlrDefaultEvent

public IlrDefaultEvent(Object object,
                       long timestamp)
Deprecated. 

Constructs an object implementing the IlrEvent interface, to assert the given object as an event.

Parameters:
object - The object to be asserted as an event.
timestamp - The date to use as the asserted event timestamp.
Method Detail

time

public long time()
Deprecated. 

Returns the timestamp of the event.

Specified by:
time in interface IlrEvent
Returns:
the timestamp of the event.

object

public Object object()
Deprecated. 

Returns the object asserted as an event.

Returns:
the object asserted as an event.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013