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