bamboo.softscribe
Class MCastUp
java.lang.Object
bamboo.softscribe.MCastUp
- All Implemented Interfaces:
- ostore.util.QuickSerializable, QueueElementIF
public class MCastUp
- extends Object
- implements QueueElementIF, ostore.util.QuickSerializable
MCastUp
An event sent from another stage when it wants to multicast an object. We
receive outbound instances of this object.
- Version:
- $Id: MCastUp.java,v 1.3 2004/08/04 19:23:27 srhea Exp $
- Author:
- David Oppenheimer
inbound
public boolean inbound
dstguid
public BigInteger dstguid
o
public ostore.util.QuickSerializable o
MCastUp
public MCastUp(boolean inbound,
BigInteger dstguid,
ostore.util.QuickSerializable o)
MCastUp
public MCastUp(MCastUp other)
MCastUp
public MCastUp(ostore.util.InputBuffer buffer)
throws ostore.util.QSException
- Throws:
ostore.util.QSException
serialize
public void serialize(ostore.util.OutputBuffer buffer)
- Specified by:
serialize in interface ostore.util.QuickSerializable
toString
public String toString()
- Overrides:
toString in class Object