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
-
cuf
- used to detect the update.
-
MAXSNO
-
-
MyIndex
- Global object for ISProcess.
-
publicFIFOChannel
- Global Object for ISProcess.
-
Receiver
- The Receiver where SendUpdates will get the Data Updates.
-
sno
-
-
SendUpdates(MultiQueue, int)
-
-
run()
-
-
setCUF(CreateUpdateFile)
- Set the CUF for this sendupdate message.
-
setReceiver(DataUpdateReceiver)
- Set the Receiver of this SendUpdate Module.
publicFIFOChannel
MultiQueue publicFIFOChannel
- Global Object for ISProcess.
MyIndex
int MyIndex
- Global object for ISProcess. describes current IS's number
cuf
CreateUpdateFile cuf
- used to detect the update.
Receiver
DataUpdateReceiver Receiver
- The Receiver where SendUpdates will get the Data Updates.
sno
static int sno
MAXSNO
static final int MAXSNO
SendUpdates
public SendUpdates(MultiQueue FIFOChannel,
int ISnumber)
setReceiver
public void setReceiver(DataUpdateReceiver dur)
- Set the Receiver of this SendUpdate Module.
It's for Andreas Performance Test.
setCUF
public void setCUF(CreateUpdateFile u)
- Set the CUF for this sendupdate message.
run
public void run()
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index