EVEDemo.SWEEP
Class UpdateReceiver

java.lang.Object
  |
  +--EVEDemo.SWEEP.UpdateReceiver

public class UpdateReceiver
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
UpdateReceiver()
           
 
Method Summary
 void putDataUpdate(java.lang.String ISName, java.lang.String RelName, int Count, java.lang.String Value)
          Put data update into this receiver.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

UpdateReceiver

public UpdateReceiver()
Method Detail

putDataUpdate

public void putDataUpdate(java.lang.String ISName,
                          java.lang.String RelName,
                          int Count,
                          java.lang.String Value)
Put data update into this receiver.
Parameters:
ISName - Information Source Name
RelName - Relation Name
Count - Number of tuples, could be negative
Value - String of the tuple, format like: "a|b|c"