Joram 5.2.1

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

java.lang.Object
  extended by fr.dyade.aaa.agent.Notification
      extended by 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

Field Summary
 
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
 
Constructor Summary
BasicPublishNot(int channelId, int ticket, java.lang.String exchange, java.lang.String routingKey, boolean mandatory, boolean immediate, AMQP.Basic.BasicProperties props, byte[] body)
           
 
Method Summary
 byte[] getBody()
           
 int getChannelId()
           
 java.lang.String getExchange()
           
 AMQP.Basic.BasicProperties getProps()
           
 java.lang.String getRoutingKey()
           
 int getTicket()
           
 boolean isImmediate()
           
 boolean isMandatory()
           
 
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

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 -
Method Detail

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

Joram 5.2.1

Copyright © 2005 Scalagent - All rights reserved