atropos.gvt
Class Mstat

java.lang.Object
  |
  +--atropos.gvt.Mstat

public class Mstat
extends java.lang.Object

This class keeps track the GVT required statistics for each logical process of which this logical process is aware.

This research is funded by DARPA/ITO Contract Number: F30602-98-C-0230 supported by the Air Force Research Laboratory/IF.

Version:
$Revision: 1.1.1.1 $ $State: Exp $
Author:
Steve Bush

Field Summary
 java.lang.StringBuffer lp
           
 java.util.Vector mlist
          This vector holds Mstat objects.
 long sn
          The best guess global virtual time.
 long ts
           
 
Constructor Summary
Mstat()
           
Mstat(java.lang.String name, long n, long t)
          Create a status record.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sn

public long sn
The best guess global virtual time.

ts

public long ts

lp

public java.lang.StringBuffer lp

mlist

public java.util.Vector mlist
This vector holds Mstat objects.
Constructor Detail

Mstat

public Mstat()

Mstat

public Mstat(java.lang.String name,
             long n,
             long t)
Create a status record.
Parameters:
name - The logical process name.
n - The time (unused--values are in mlist).
t - The time (unused--values are in mlist).
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002 GE Corporate Research and Development. All Rights Reserved.