bamboo.softscribe
Class MCastUp

java.lang.Object
  extended by 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

Field Summary
 BigInteger dstguid
           
 boolean inbound
           
 ostore.util.QuickSerializable o
           
 
Constructor Summary
MCastUp(boolean inbound, BigInteger dstguid, ostore.util.QuickSerializable o)
           
MCastUp(ostore.util.InputBuffer buffer)
           
MCastUp(MCastUp other)
           
 
Method Summary
 void serialize(ostore.util.OutputBuffer buffer)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

inbound

public boolean inbound

dstguid

public BigInteger dstguid

o

public ostore.util.QuickSerializable o
Constructor Detail

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
Method Detail

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