org.apache.qpid.transport
Class ExchangeQueryResult

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

public final class ExchangeQueryResult
extends Struct


Field Summary
static int TYPE
           
 
Fields inherited from class org.apache.qpid.transport.Struct
dirty
 
Constructor Summary
ExchangeQueryResult()
           
ExchangeQueryResult(String type, Map<String,Object> arguments, Option... _options)
           
 
Method Summary
 ExchangeQueryResult arguments(Map<String,Object> value)
           
 ExchangeQueryResult clearArguments()
           
 ExchangeQueryResult clearDurable()
           
 ExchangeQueryResult clearNotFound()
           
 ExchangeQueryResult clearType()
           
 ExchangeQueryResult durable(boolean value)
           
 Map<String,Object> getArguments()
           
 boolean getDurable()
           
 byte getEncodedTrack()
           
 Map<String,Object> getFields()
           
 boolean getNotFound()
           
 int getPackWidth()
           
 int getSizeWidth()
           
 int getStructType()
           
 String getType()
           
 boolean hasArguments()
           
 boolean hasDurable()
           
 boolean hasNotFound()
           
 boolean hasPayload()
           
 boolean hasType()
           
 ExchangeQueryResult notFound(boolean value)
           
 void read(Decoder dec)
          Decodes this encodable using the given decoder.
 ExchangeQueryResult setArguments(Map<String,Object> value)
           
 ExchangeQueryResult setDurable(boolean value)
           
 ExchangeQueryResult setNotFound(boolean value)
           
 ExchangeQueryResult setType(String value)
           
 ExchangeQueryResult type(String 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

ExchangeQueryResult

public ExchangeQueryResult()

ExchangeQueryResult

public ExchangeQueryResult(String type,
                           Map<String,Object> arguments,
                           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()

hasType

public final boolean hasType()

clearType

public final ExchangeQueryResult clearType()

getType

public final String getType()

setType

public final ExchangeQueryResult setType(String value)

type

public final ExchangeQueryResult type(String value)

hasDurable

public final boolean hasDurable()

clearDurable

public final ExchangeQueryResult clearDurable()

getDurable

public final boolean getDurable()

setDurable

public final ExchangeQueryResult setDurable(boolean value)

durable

public final ExchangeQueryResult durable(boolean value)

hasNotFound

public final boolean hasNotFound()

clearNotFound

public final ExchangeQueryResult clearNotFound()

getNotFound

public final boolean getNotFound()

setNotFound

public final ExchangeQueryResult setNotFound(boolean value)

notFound

public final ExchangeQueryResult notFound(boolean value)

hasArguments

public final boolean hasArguments()

clearArguments

public final ExchangeQueryResult clearArguments()

getArguments

public final Map<String,Object> getArguments()

setArguments

public final ExchangeQueryResult setArguments(Map<String,Object> value)

arguments

public final ExchangeQueryResult arguments(Map<String,Object> 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