org.objectweb.joram.shared.admin
Class GetSubscriptionRep

java.lang.Object
  extended by org.objectweb.joram.shared.admin.AdminReply
      extended by org.objectweb.joram.shared.admin.GetSubscriptionRep
All Implemented Interfaces:
java.io.Serializable

public class GetSubscriptionRep
extends AdminReply

See Also:
Serialized Form

Constructor Summary
GetSubscriptionRep(java.lang.String topicId, int messageCount, boolean durable)
           
 
Method Summary
 boolean getDurable()
           
 int getMessageCount()
           
 java.lang.String getTopicId()
           
 
Methods inherited from class org.objectweb.joram.shared.admin.AdminReply
getInfo, getReplyObject, succeeded, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetSubscriptionRep

public GetSubscriptionRep(java.lang.String topicId,
                          int messageCount,
                          boolean durable)
Method Detail

getTopicId

public final java.lang.String getTopicId()

getMessageCount

public final int getMessageCount()

getDurable

public final boolean getDurable()


Copyright © 2004 Scalagent - All rights reserved