Joram 5.2.1

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

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

public class BasicAckNot
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
BasicAckNot(int channelNumber, long deliveryTag, boolean multiple)
           
 
Method Summary
 void basicAck(fr.dyade.aaa.agent.AgentId proxyId)
           
 int getChannelId()
           
 long getDeliveryTag()
           
 boolean isMultiple()
           
 void Return()
           
 
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

BasicAckNot

public BasicAckNot(int channelNumber,
                   long deliveryTag,
                   boolean multiple)
Method Detail

getChannelId

public int getChannelId()

getDeliveryTag

public long getDeliveryTag()

isMultiple

public boolean isMultiple()

basicAck

public void basicAck(fr.dyade.aaa.agent.AgentId proxyId)
              throws java.lang.Exception
Throws:
java.lang.Exception

Return

public void Return()

Joram 5.2.1

Copyright © 2005 Scalagent - All rights reserved