Joram ${version}

org.objectweb.joram.shared.admin
Class GetSubscriptionsRep

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminReply
      extended byorg.objectweb.joram.shared.admin.GetSubscriptionsRep
All Implemented Interfaces:
java.io.Serializable

public class GetSubscriptionsRep
extends AdminReply

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.joram.shared.admin.AdminReply
NAME_ALREADY_USED, SERVER_ID_ALREADY_USED, START_FAILURE, UNKNOWN_SERVER
 
Constructor Summary
GetSubscriptionsRep(java.lang.String[] subNames, java.lang.String[] topicIds, int[] messageCounts, boolean[] durable)
           
 
Method Summary
 boolean[] getDurable()
           
 int[] getMessageCounts()
           
 java.lang.String[] getSubNames()
           
 java.lang.String[] getTopicIds()
           
 
Methods inherited from class org.objectweb.joram.shared.admin.AdminReply
getErrorCode, getInfo, getReplyObject, succeeded, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetSubscriptionsRep

public GetSubscriptionsRep(java.lang.String[] subNames,
                           java.lang.String[] topicIds,
                           int[] messageCounts,
                           boolean[] durable)
Method Detail

getSubNames

public final java.lang.String[] getSubNames()

getTopicIds

public final java.lang.String[] getTopicIds()

getMessageCounts

public final int[] getMessageCounts()

getDurable

public final boolean[] getDurable()

Joram ${version}

Copyright © 2005 Scalagent - All rights reserved