ostore.network
Class RecordBytesMsg

java.lang.Object
  |
  +--ostore.network.RecordBytesMsg
All Implemented Interfaces:
QueueElementIF

public class RecordBytesMsg
extends Object
implements QueueElementIF

Tell the Network stage about a message it would not have otherwise seen (i.e. because it was sent over UDP, etc.)


Field Summary
 long bytes
           
 NetworkMessage msg
           
 
Constructor Summary
RecordBytesMsg(NetworkMessage msg)
           
RecordBytesMsg(NetworkMessage msg, long bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msg

public NetworkMessage msg

bytes

public long bytes
Constructor Detail

RecordBytesMsg

public RecordBytesMsg(NetworkMessage msg)

RecordBytesMsg

public RecordBytesMsg(NetworkMessage msg,
                      long bytes)