org.apache.qpid.server.cluster
Class SimpleSendable

java.lang.Object
  extended by org.apache.qpid.server.cluster.SimpleSendable
All Implemented Interfaces:
Sendable

public class SimpleSendable
extends java.lang.Object
implements Sendable


Constructor Summary
SimpleSendable(org.apache.qpid.framing.AMQBody body)
           
SimpleSendable(java.util.List<org.apache.qpid.framing.AMQBody> bodies)
           
 
Method Summary
 void send(int channel, Member member)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleSendable

public SimpleSendable(org.apache.qpid.framing.AMQBody body)

SimpleSendable

public SimpleSendable(java.util.List<org.apache.qpid.framing.AMQBody> bodies)
Method Detail

send

public void send(int channel,
                 Member member)
          throws org.apache.qpid.AMQException
Specified by:
send in interface Sendable
Throws:
org.apache.qpid.AMQException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object