Joram ${version}

org.objectweb.joram.mom.notifications
Class SubscribeReply

java.lang.Object
  extended byfr.dyade.aaa.agent.Notification
      extended byorg.objectweb.joram.mom.notifications.AbstractNotification
          extended byorg.objectweb.joram.mom.notifications.AbstractReply
              extended byorg.objectweb.joram.mom.notifications.SubscribeReply
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class SubscribeReply
extends AbstractReply

A SubscribeReply instance is used by a topic agent for acknowledging a SubscribeRequest notification.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
 
Constructor Summary
SubscribeReply(SubscribeRequest request)
          Constructs a SubscribeReply instance.
 
Methods inherited from class org.objectweb.joram.mom.notifications.AbstractReply
getCorrelationId, toString
 
Methods inherited from class org.objectweb.joram.mom.notifications.AbstractNotification
getClientContext, getPersistent, setPersistent
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, getMessageId, isPersistent, setContext
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubscribeReply

public SubscribeReply(SubscribeRequest request)
Constructs a SubscribeReply instance.

Parameters:
request - The SubscribeRequest being acknowledged.

Joram ${version}

Copyright © 2005 Scalagent - All rights reserved