ostore.network
Class SimpleTest.Msg
java.lang.Object
  |
  +--ostore.network.NetworkMessage
        |
        +--ostore.network.SimpleTest.Msg
- All Implemented Interfaces: 
 - Cloneable, QueueElementIF, QuickSerializable
 
- Enclosing class: 
 - SimpleTest
 
- public static class SimpleTest.Msg
- extends NetworkMessage
  
 
 
 
 
 
 
value
public int value
SimpleTest.Msg
public SimpleTest.Msg(NodeId peer,
                      int v)
SimpleTest.Msg
public SimpleTest.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