Joram 5.2.4

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

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.QueueBindNot
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class QueueBindNot
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
QueueBindNot(int channelId, int ticket, java.lang.String queue, java.lang.String exchange, java.lang.String routingKey, java.util.Map arguments)
           
 
Method Summary
 java.util.Map getArguments()
           
 int getChannelId()
           
 java.lang.String getExchange()
           
 java.lang.String getQueue()
           
 java.lang.String getRoutingKey()
           
 int getTicket()
           
 AMQP.Queue.BindOk queueBind(fr.dyade.aaa.agent.AgentId proxyId)
           
 void Return(AMQP.Queue.BindOk 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

QueueBindNot

public QueueBindNot(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 -
Method Detail

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()

queueBind

public AMQP.Queue.BindOk queueBind(fr.dyade.aaa.agent.AgentId proxyId)
                            throws java.lang.Exception
Throws:
java.lang.Exception

Return

public void Return(AMQP.Queue.BindOk res)

Joram 5.2.4

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved