|
Joram 5.2.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingMethod
org.objectweb.joram.mom.amqp.marshalling.AMQP.Queue.Unbind
public static class AMQP.Queue.Unbind
This method unbinds a queue from an exchange.
Field Summary | |
---|---|
java.util.Map |
arguments
Specifies the arguments of the binding to unbind. |
java.lang.String |
exchange
The name of the exchange to unbind from. |
static int |
INDEX
|
java.lang.String |
queue
Specifies the name of the queue to unbind. |
int |
reserved1
|
java.lang.String |
routingKey
Specifies the routing key of the binding to unbind. |
Fields inherited from class org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingMethod |
---|
logger, NULL_METHOD_ID |
Constructor Summary | |
---|---|
AMQP.Queue.Unbind()
|
|
AMQP.Queue.Unbind(int reserved1,
java.lang.String queue,
java.lang.String exchange,
java.lang.String routingKey,
java.util.Map arguments)
This method unbinds a queue from an exchange. |
Method Summary | |
---|---|
int |
getClassId()
|
java.lang.String |
getClassName()
|
int |
getMethodId()
|
java.lang.String |
getMethodName()
|
void |
readFrom(AMQPInputStream in)
|
java.lang.String |
toString()
|
void |
writeTo(AMQPOutputStream out)
|
Methods inherited from class org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingMethod |
---|
read, toFrame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int reserved1
public java.lang.String queue
public java.lang.String exchange
public java.lang.String routingKey
public java.util.Map arguments
public static final int INDEX
Constructor Detail |
---|
public AMQP.Queue.Unbind(int reserved1, java.lang.String queue, java.lang.String exchange, java.lang.String routingKey, java.util.Map arguments)
public AMQP.Queue.Unbind()
Method Detail |
---|
public int getMethodId()
getMethodId
in class AbstractMarshallingMethod
public java.lang.String getMethodName()
getMethodName
in class AbstractMarshallingMethod
public int getClassId()
getClassId
in class AbstractMarshallingMethod
public java.lang.String getClassName()
getClassName
in class AbstractMarshallingMethod
public void readFrom(AMQPInputStream in) throws java.io.IOException
readFrom
in class AbstractMarshallingMethod
java.io.IOException
public void writeTo(AMQPOutputStream out) throws java.io.IOException
writeTo
in class AbstractMarshallingMethod
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
|
Joram 5.2.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |