Joram 5.2.1

org.objectweb.joram.mom.amqp.proxy.request
Class QueueDeclareNot

java.lang.Object
  extended by fr.dyade.aaa.agent.Notification
      extended by fr.dyade.aaa.agent.SyncNotification
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from class fr.dyade.aaa.agent.SyncNotification
fr.dyade.aaa.agent.SyncNotification.Context
 
Field Summary
 
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)
           
 
Method Summary
 java.util.Map getArguments()
           
 int getChannelId()
           
 java.lang.String getQueue()
           
 int getTicket()
           
 boolean isAutoDelete()
           
 boolean isDurable()
           
 boolean isExclusive()
           
 boolean isPassive()
           
 AMQP.Queue.DeclareOk queueDeclare(fr.dyade.aaa.agent.AgentId proxyId)
           
 void Return(AMQP.Queue.DeclareOk res)
           
 
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
 

Constructor Detail

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 -
Method Detail

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)

Joram 5.2.1

Copyright © 2005 Scalagent - All rights reserved