org.objectweb.joram.shared.admin
Class Monitor_GetReaders

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_GetReaders
All Implemented Interfaces:
java.io.Serializable

public class Monitor_GetReaders
extends Monitor_Request

A Monitor_GetReaders instance requests the list of the readers on a given destination.

See Also:
Serialized Form

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

Constructor Detail

Monitor_GetReaders

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

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

getDest

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



Copyright ? 2004 Scalagent - All rights reserved