org.apache.qpid.transport
Class ExchangeBoundResult

java.lang.Object
  extended by org.apache.qpid.transport.Struct
      extended by org.apache.qpid.transport.ExchangeBoundResult
All Implemented Interfaces:
Encodable

public final class ExchangeBoundResult
extends Struct


Field Summary
static int TYPE
           
 
Fields inherited from class org.apache.qpid.transport.Struct
dirty
 
Constructor Summary
ExchangeBoundResult()
           
ExchangeBoundResult(Option... _options)
           
 
Method Summary
 ExchangeBoundResult argsNotMatched(boolean value)
           
 ExchangeBoundResult clearArgsNotMatched()
           
 ExchangeBoundResult clearExchangeNotFound()
           
 ExchangeBoundResult clearKeyNotMatched()
           
 ExchangeBoundResult clearQueueNotFound()
           
 ExchangeBoundResult clearQueueNotMatched()
           
 ExchangeBoundResult exchangeNotFound(boolean value)
           
 boolean getArgsNotMatched()
           
 byte getEncodedTrack()
           
 boolean getExchangeNotFound()
           
 Map<String,Object> getFields()
           
 boolean getKeyNotMatched()
           
 int getPackWidth()
           
 boolean getQueueNotFound()
           
 boolean getQueueNotMatched()
           
 int getSizeWidth()
           
 int getStructType()
           
 boolean hasArgsNotMatched()
           
 boolean hasExchangeNotFound()
           
 boolean hasKeyNotMatched()
           
 boolean hasPayload()
           
 boolean hasQueueNotFound()
           
 boolean hasQueueNotMatched()
           
 ExchangeBoundResult keyNotMatched(boolean value)
           
 ExchangeBoundResult queueNotFound(boolean value)
           
 ExchangeBoundResult queueNotMatched(boolean value)
           
 void read(Decoder dec)
          Decodes this encodable using the given decoder.
 ExchangeBoundResult setArgsNotMatched(boolean value)
           
 ExchangeBoundResult setExchangeNotFound(boolean value)
           
 ExchangeBoundResult setKeyNotMatched(boolean value)
           
 ExchangeBoundResult setQueueNotFound(boolean value)
           
 ExchangeBoundResult setQueueNotMatched(boolean value)
           
 void write(Encoder enc)
          Encodes this encodable using the given encoder.
 
Methods inherited from class org.apache.qpid.transport.Struct
create, getEncodedType, isDirty, setDirty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final int TYPE
See Also:
Constant Field Values
Constructor Detail

ExchangeBoundResult

public ExchangeBoundResult()

ExchangeBoundResult

public ExchangeBoundResult(Option... _options)
Method Detail

getStructType

public final int getStructType()
Specified by:
getStructType in class Struct

getSizeWidth

public final int getSizeWidth()
Specified by:
getSizeWidth in class Struct

getPackWidth

public final int getPackWidth()
Specified by:
getPackWidth in class Struct

hasPayload

public final boolean hasPayload()

getEncodedTrack

public final byte getEncodedTrack()

hasExchangeNotFound

public final boolean hasExchangeNotFound()

clearExchangeNotFound

public final ExchangeBoundResult clearExchangeNotFound()

getExchangeNotFound

public final boolean getExchangeNotFound()

setExchangeNotFound

public final ExchangeBoundResult setExchangeNotFound(boolean value)

exchangeNotFound

public final ExchangeBoundResult exchangeNotFound(boolean value)

hasQueueNotFound

public final boolean hasQueueNotFound()

clearQueueNotFound

public final ExchangeBoundResult clearQueueNotFound()

getQueueNotFound

public final boolean getQueueNotFound()

setQueueNotFound

public final ExchangeBoundResult setQueueNotFound(boolean value)

queueNotFound

public final ExchangeBoundResult queueNotFound(boolean value)

hasQueueNotMatched

public final boolean hasQueueNotMatched()

clearQueueNotMatched

public final ExchangeBoundResult clearQueueNotMatched()

getQueueNotMatched

public final boolean getQueueNotMatched()

setQueueNotMatched

public final ExchangeBoundResult setQueueNotMatched(boolean value)

queueNotMatched

public final ExchangeBoundResult queueNotMatched(boolean value)

hasKeyNotMatched

public final boolean hasKeyNotMatched()

clearKeyNotMatched

public final ExchangeBoundResult clearKeyNotMatched()

getKeyNotMatched

public final boolean getKeyNotMatched()

setKeyNotMatched

public final ExchangeBoundResult setKeyNotMatched(boolean value)

keyNotMatched

public final ExchangeBoundResult keyNotMatched(boolean value)

hasArgsNotMatched

public final boolean hasArgsNotMatched()

clearArgsNotMatched

public final ExchangeBoundResult clearArgsNotMatched()

getArgsNotMatched

public final boolean getArgsNotMatched()

setArgsNotMatched

public final ExchangeBoundResult setArgsNotMatched(boolean value)

argsNotMatched

public final ExchangeBoundResult argsNotMatched(boolean value)

write

public void write(Encoder enc)
Description copied from interface: Encodable
Encodes this encodable using the given encoder.

Specified by:
write in interface Encodable
Specified by:
write in class Struct
Parameters:
enc - the encoder.

read

public void read(Decoder dec)
Description copied from interface: Encodable
Decodes this encodable using the given decoder.

Specified by:
read in interface Encodable
Specified by:
read in class Struct
Parameters:
dec - the decoder.

getFields

public Map<String,Object> getFields()
Specified by:
getFields in class Struct


Licensed to the Apache Software Foundation