Class Declare
java.lang.Object
com.swiftmq.amqp.v091.types.Method
com.swiftmq.amqp.v091.generated.queue.QueueMethod
com.swiftmq.amqp.v091.generated.queue.Declare
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(QueueMethodVisitor visitor) boolean
boolean
boolean
boolean
boolean
getQueue()
int
protected void
void
setArguments
(Map<String, Object> arguments) void
setAutoDelete
(boolean autoDelete) void
setDurable
(boolean durable) void
setExclusive
(boolean exclusive) void
setNoWait
(boolean noWait) void
setPassive
(boolean passive) void
void
setReserved1
(int reserved1) toString()
protected void
Methods inherited from class com.swiftmq.amqp.v091.types.Method
_getClassId, _getMethodId, readContent, writeContent
-
Constructor Details
-
Declare
public Declare()
-
-
Method Details
-
accept
- Specified by:
accept
in classQueueMethod
-
getReserved1
public int getReserved1() -
setReserved1
public void setReserved1(int reserved1) -
getQueue
-
setQueue
-
getPassive
public boolean getPassive() -
setPassive
public void setPassive(boolean passive) -
getDurable
public boolean getDurable() -
setDurable
public void setDurable(boolean durable) -
getExclusive
public boolean getExclusive() -
setExclusive
public void setExclusive(boolean exclusive) -
getAutoDelete
public boolean getAutoDelete() -
setAutoDelete
public void setAutoDelete(boolean autoDelete) -
getNoWait
public boolean getNoWait() -
setNoWait
public void setNoWait(boolean noWait) -
getArguments
-
setArguments
-
readBody
- Specified by:
readBody
in classMethod
- Throws:
IOException
-
writeBody
- Specified by:
writeBody
in classMethod
- Throws:
IOException
-
toString
-