org.objectweb.joram.mom.amqp.proxy.request
Class QueueDeclareNot
java.lang.Object
fr.dyade.aaa.agent.Notification
fr.dyade.aaa.agent.SyncNotification
org.objectweb.joram.mom.amqp.proxy.request.QueueDeclareNot
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class QueueDeclareNot
- 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 |
QueueDeclareNot(int channelId,
int ticket,
java.lang.String queue,
boolean passive,
boolean durable,
boolean exclusive,
boolean autoDelete,
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 |
QueueDeclareNot
public QueueDeclareNot(int channelId,
int ticket,
java.lang.String queue,
boolean passive,
boolean durable,
boolean exclusive,
boolean autoDelete,
java.util.Map arguments)
- Parameters:
channelId
- ticket
- queue
- passive
- durable
- exclusive
- autoDelete
- arguments
-
getArguments
public java.util.Map getArguments()
isAutoDelete
public boolean isAutoDelete()
getChannelId
public int getChannelId()
isDurable
public boolean isDurable()
isExclusive
public boolean isExclusive()
isPassive
public boolean isPassive()
getQueue
public java.lang.String getQueue()
getTicket
public int getTicket()
queueDeclare
public AMQP.Queue.DeclareOk queueDeclare(fr.dyade.aaa.agent.AgentId proxyId)
throws java.lang.Exception
- Throws:
java.lang.Exception
Return
public void Return(AMQP.Queue.DeclareOk res)
Copyright © 2005 Scalagent - All rights reserved