All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class SWEEP.SendUpdates

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----SWEEP.SendUpdates

public class SendUpdates
extends Thread
implements Serializable
Class SendUpdates is a process running on the IS site it will detect the update of IS and then send it to DW by MultiQueue


Variable Index

 o cuf
used to detect the update.
 o MAXSNO
 o MyIndex
Global object for ISProcess.
 o publicFIFOChannel
Global Object for ISProcess.
 o Receiver
The Receiver where SendUpdates will get the Data Updates.
 o sno

Constructor Index

 o SendUpdates(MultiQueue, int)

Method Index

 o run()
 o setCUF(CreateUpdateFile)
Set the CUF for this sendupdate message.
 o setReceiver(DataUpdateReceiver)
Set the Receiver of this SendUpdate Module.

Variables

 o publicFIFOChannel
 MultiQueue publicFIFOChannel
Global Object for ISProcess.

 o MyIndex
 int MyIndex
Global object for ISProcess. describes current IS's number

 o cuf
 CreateUpdateFile cuf
used to detect the update.

 o Receiver
 DataUpdateReceiver Receiver
The Receiver where SendUpdates will get the Data Updates.

 o sno
 static int sno
 o MAXSNO
 static final int MAXSNO

Constructors

 o SendUpdates
 public SendUpdates(MultiQueue FIFOChannel,
                    int ISnumber)

Methods

 o setReceiver
 public void setReceiver(DataUpdateReceiver dur)
Set the Receiver of this SendUpdate Module. It's for Andreas Performance Test.

 o setCUF
 public void setCUF(CreateUpdateFile u)
Set the CUF for this sendupdate message.

 o run
 public void run()
Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index