ostore.network
Class LatTest.Msg
java.lang.Object
  |
  +--ostore.network.NetworkMessage
        |
        +--ostore.network.LatTest.Msg
- All Implemented Interfaces: 
 - Cloneable, QueueElementIF, QuickSerializable
 
- Enclosing class: 
 - LatTest
 
- public static class LatTest.Msg
- extends NetworkMessage
  
 
 
 
 
 
 
value
public int value
size
public int size
LatTest.Msg
public LatTest.Msg(NodeId peer,
                   int v,
                   int sz)
LatTest.Msg
public LatTest.Msg(InputBuffer buffer)
            throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface: 
QuickSerializable 
- Add the object to the 
buffer.
- Specified by: 
 serialize in interface QuickSerializable- Overrides:
 serialize in class NetworkMessage
 
- Parameters:
 buffer - the output buffer to add the object to
 
 
clone
public Object clone()
             throws CloneNotSupportedException
- Overrides:
 clone in class NetworkMessage
 
CloneNotSupportedException