EVEDemo.SWEEP
Class DWProcess

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

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

See Also:
Serialized Form

Field Summary
(package private)  ViewDefinition currentDW
           
(package private)  LogUpdates currentLogUpdates
           
 UpdateView currentUpdateView
           
(package private)  MultiQueue publicFIFOChannel
           
(package private)  MessageQueue UpdateMessageQueue
           
 
Constructor Summary
DWProcess(MultiQueue FIFOChannel, ViewDefinition theDW)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

publicFIFOChannel

MultiQueue publicFIFOChannel

UpdateMessageQueue

MessageQueue UpdateMessageQueue

currentLogUpdates

LogUpdates currentLogUpdates

currentUpdateView

public UpdateView currentUpdateView

currentDW

ViewDefinition currentDW
Constructor Detail

DWProcess

public DWProcess(MultiQueue FIFOChannel,
                 ViewDefinition theDW)