org.objectweb.joram.mom.amqp.proxy.request
Class BasicGetNot
java.lang.Object
fr.dyade.aaa.agent.Notification
fr.dyade.aaa.agent.SyncNotification
org.objectweb.joram.mom.amqp.proxy.request.BasicGetNot
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class BasicGetNot
- extends fr.dyade.aaa.agent.SyncNotification
Transient notification.
- 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 |
BasicGetNot(int channelNumber,
int ticket,
java.lang.String queue,
boolean noAck,
GetListener callback)
|
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 |
BasicGetNot
public BasicGetNot(int channelNumber,
int ticket,
java.lang.String queue,
boolean noAck,
GetListener callback)
- Parameters:
channelNumber
- ticket
- queue
- noAck
-
getChannelId
public int getChannelId()
getTicket
public int getTicket()
getQueueName
public java.lang.String getQueueName()
isNoAck
public boolean isNoAck()
basicGet
public void basicGet(fr.dyade.aaa.agent.AgentId proxyId)
throws java.lang.Exception
- Throws:
java.lang.Exception
Return
public void Return()
getCallback
public GetListener getCallback()
Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved