Joram 5.2.4

org.objectweb.joram.mom.amqp
Class PublishNot

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

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
 
Constructor Summary
PublishNot(java.lang.String exchange, java.lang.String routingKey, AMQP.Basic.BasicProperties properties, byte[] body)
           
 
Method Summary
 byte[] getBody()
           
 java.lang.String getExchange()
           
 AMQP.Basic.BasicProperties getProperties()
           
 java.lang.String getRoutingKey()
           
 
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

PublishNot

public PublishNot(java.lang.String exchange,
                  java.lang.String routingKey,
                  AMQP.Basic.BasicProperties properties,
                  byte[] body)
Parameters:
routingKey -
exchange -
properties -
body -
Method Detail

getBody

public byte[] getBody()

getProperties

public AMQP.Basic.BasicProperties getProperties()

getRoutingKey

public java.lang.String getRoutingKey()

getExchange

public java.lang.String getExchange()

Joram 5.2.4

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