ostore.tapestry.impl
Class FRLSChangeMsg

java.lang.Object
  |
  +--ostore.tapestry.impl.FRLSChangeMsg
All Implemented Interfaces:
QueueElementIF

public class FRLSChangeMsg
extends Object
implements QueueElementIF


Field Summary
 int digit
           
 int new_frls
           
 int old_frls
           
 int value
           
 
Constructor Summary
FRLSChangeMsg()
           
FRLSChangeMsg(int digit, int value, int old_frls, int new_frls)
           
 
Method Summary
 Object clone()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

digit

public int digit

value

public int value

old_frls

public int old_frls

new_frls

public int new_frls
Constructor Detail

FRLSChangeMsg

public FRLSChangeMsg()

FRLSChangeMsg

public FRLSChangeMsg(int digit,
                     int value,
                     int old_frls,
                     int new_frls)
Method Detail

clone

public Object clone()
Overrides:
clone in class Object

toString

public String toString()
Overrides:
toString in class Object