Query Cycle Simulator HEADER

Serialized Form


Package qcui

Class qcui.QueryCycleApplet implements Serializable

Serialized Fields

manager_

SimulatorManager manager_

Class qcui.QueryCycleDisplay implements Serializable

Serialized Fields

notifiee_

java.lang.Object notifiee_

manager_

QueryCycleManager manager_

state_

int state_

mode_

int mode_

singlePeer_

int singlePeer_

animate_

boolean animate_

colorTrust_

boolean colorTrust_

selectedPeers_

java.util.Vector selectedPeers_

pressStart_

java.awt.event.MouseEvent pressStart_

selectedArea_

java.awt.Rectangle selectedArea_

downloads_

java.util.Vector downloads_


Package qcsim.impl

Class qcsim.impl.QueryCycleManagerRun implements Serializable

Serialized Fields

peers_

java.util.Vector peers_
The vector of peer descriptions managed by this object


simulator_

Simulator simulator_
The simulator used to progress the cycle.


Package qcsim.peer.impl

Class qcsim.peer.impl.PeerDescriptionImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException


Package qcsim.runtime.impl

Class qcsim.runtime.impl.QueryCycleSimulatorRun implements Serializable

Serialized Fields

notifiees_

java.util.Vector notifiees_
Query cycle simulator peer descriptions to notify of a new cycle.


maxCycle_

int maxCycle_
number of cycles to be simulated


cycle_

int cycle_
The current cycle the simulator is running


Package qcsim.util

Class qcsim.util.PeerMgmtException implements Serializable


Query Cycle Simulator HEADER