Joram 5.2.4

org.objectweb.joram.mom.amqp
Class ConsumeNot

java.lang.Object
  extended by fr.dyade.aaa.agent.Notification
      extended by org.objectweb.joram.mom.amqp.ConsumeNot
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ConsumeNot
extends fr.dyade.aaa.agent.Notification

Transient notification.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
 
Constructor Summary
ConsumeNot(int channelId, DeliveryListener callback, ProxyAgent proxyAgent, java.lang.String consumerTag, boolean noAck)
           
 
Method Summary
 DeliveryListener getCallback()
           
 int getChannelId()
           
 java.lang.String getConsumerTag()
           
 ProxyAgent getProxy()
           
 boolean isNoAck()
           
 
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

ConsumeNot

public ConsumeNot(int channelId,
                  DeliveryListener callback,
                  ProxyAgent proxyAgent,
                  java.lang.String consumerTag,
                  boolean noAck)
Parameters:
consumerTag -
callback -
proxyAgent -
Method Detail

getCallback

public DeliveryListener getCallback()

getConsumerTag

public java.lang.String getConsumerTag()

isNoAck

public boolean isNoAck()

getProxy

public ProxyAgent getProxy()

getChannelId

public int getChannelId()

Joram 5.2.4

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