All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class SWEEP.UpdateView

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

public class UpdateView
extends Thread
implements Serializable

Variable Index

 o EVEview
 o finished
 o n
 o publicFIFOChannel
 o UpdateMessageQueue
 o View

Constructor Index

 o UpdateView(MultiQueue, Queue, ViewDefinition)

Method Index

 o run()
 o setn(int)
Set the number of ISs.
 o setView(View)
Set the View object.
 o ViewChange(UpdateData)

Variables

 o UpdateMessageQueue
 protected MessageQueue UpdateMessageQueue
 o publicFIFOChannel
 protected MultiQueue publicFIFOChannel
 o n
 protected int n
 o View
 protected ViewDefinition View
 o finished
 protected boolean finished
 o EVEview
 protected View EVEview

Constructors

 o UpdateView
 public UpdateView(MultiQueue theFIFOChannel,
                   Queue theMessageQueue,
                   ViewDefinition theView)

Methods

 o setn
 public void setn(int ISnum)
Set the number of ISs.

 o setView
 public void setView(View v)
Set the View object.

 o run
 public void run()
Overrides:
run in class Thread
 o ViewChange
 public Relation ViewChange(UpdateData theUpdate)

All Packages  Class Hierarchy  This Package  Previous  Next  Index