org.objectweb.joram.mom.amqp.proxy.request
Class BasicPublishNot
java.lang.Object
fr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.amqp.proxy.request.BasicPublishNot
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class BasicPublishNot
- extends fr.dyade.aaa.agent.Notification
Transient notification.
- See Also:
- Serialized Form
Fields inherited from class fr.dyade.aaa.agent.Notification |
detachable, detached, persistent |
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 |
BasicPublishNot
public BasicPublishNot(int channelId,
int ticket,
java.lang.String exchange,
java.lang.String routingKey,
boolean mandatory,
boolean immediate,
AMQP.Basic.BasicProperties props,
byte[] body)
- Parameters:
channelId
- ticket
- exchange
- routingKey
- mandatory
- immediate
- props
- body
-
getBody
public byte[] getBody()
getChannelId
public int getChannelId()
getExchange
public java.lang.String getExchange()
isImmediate
public boolean isImmediate()
isMandatory
public boolean isMandatory()
getProps
public AMQP.Basic.BasicProperties getProps()
getRoutingKey
public java.lang.String getRoutingKey()
getTicket
public int getTicket()
Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved