org.objectweb.joram.mom.amqp.proxy.request
Class QueueUnbindNot
java.lang.Object
fr.dyade.aaa.agent.Notification
fr.dyade.aaa.agent.SyncNotification
org.objectweb.joram.mom.amqp.proxy.request.QueueUnbindNot
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class QueueUnbindNot
- extends fr.dyade.aaa.agent.SyncNotification
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class fr.dyade.aaa.agent.SyncNotification |
fr.dyade.aaa.agent.SyncNotification.Context |
Fields inherited from class fr.dyade.aaa.agent.Notification |
detachable, detached, persistent |
Constructor Summary |
QueueUnbindNot(int channelId,
int ticket,
java.lang.String queue,
java.lang.String exchange,
java.lang.String routingKey,
java.util.Map arguments)
|
Methods inherited from class fr.dyade.aaa.agent.SyncNotification |
getException, getValue, invoke, Return, Throw |
Methods inherited from class fr.dyade.aaa.agent.Notification |
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QueueUnbindNot
public QueueUnbindNot(int channelId,
int ticket,
java.lang.String queue,
java.lang.String exchange,
java.lang.String routingKey,
java.util.Map arguments)
- Parameters:
channelId
- ticket
- queue
- exchange
- routingKey
- arguments
-
getChannelId
public int getChannelId()
getArguments
public java.util.Map getArguments()
getExchange
public java.lang.String getExchange()
getQueue
public java.lang.String getQueue()
getRoutingKey
public java.lang.String getRoutingKey()
getTicket
public int getTicket()
queueUnbind
public AMQP.Queue.UnbindOk queueUnbind(fr.dyade.aaa.agent.AgentId proxyId)
throws java.lang.Exception
- Throws:
java.lang.Exception
Return
public void Return(AMQP.Queue.UnbindOk res)
Copyright © 2005 Scalagent - All rights reserved