org.apache.qpid.proton.amqp.messaging
Class Rejected

java.lang.Object
  extended by org.apache.qpid.proton.amqp.messaging.Rejected
All Implemented Interfaces:
Outcome, DeliveryState

public final class Rejected
extends Object
implements DeliveryState, Outcome


Constructor Summary
Rejected()
           
 
Method Summary
 ErrorCondition getError()
           
 void setError(ErrorCondition error)
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Rejected

public Rejected()
Method Detail

getError

public ErrorCondition getError()

setError

public void setError(ErrorCondition error)

size

public int size()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.