org.objectweb.joram.shared.admin
Class Monitor_GetSubscriptions

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.Monitor_Request
          extended byorg.objectweb.joram.shared.admin.Monitor_GetSubscriptions
All Implemented Interfaces:
java.io.Serializable

public class Monitor_GetSubscriptions
extends Monitor_Request

A Monitor_GetSubscriptions instance requests the number of subscriptions on a given topic.

See Also:
Serialized Form

Constructor Summary
Monitor_GetSubscriptions(java.lang.String dest)
          Constructs a Monitor_GetSubscriptions instance.
 
Method Summary
 java.lang.String getDest()
          Returns the identifier of the target topic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Monitor_GetSubscriptions

public Monitor_GetSubscriptions(java.lang.String dest)
Constructs a Monitor_GetSubscriptions instance.

Parameters:
dest - Identifier of the target topic.
Method Detail

getDest

public java.lang.String getDest()
Returns the identifier of the target topic.



Copyright ? 2004 Scalagent - All rights reserved