ostore.tapestry.impl
Class DynamicSurrogateMsg
java.lang.Object
|
+--ostore.tapestry.api.TapestryPrefixRouteMsg
|
+--ostore.tapestry.impl.DynamicSurrogateMsg
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class DynamicSurrogateMsg
- extends TapestryPrefixRouteMsg
- implements QuickSerializable
DynamicSurrogateMsg
public DynamicSurrogateMsg(SecureHash newID,
NodeId from,
boolean inbound)
DynamicSurrogateMsg
public DynamicSurrogateMsg(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
- Following copied from interface:
ostore.util.QuickSerializable
- Parameters:
buffer
- the output buffer to add the object to
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
toString
public String toString()
- Overrides:
toString
in class Object