org.objectweb.joram.shared.admin
Class Monitor_GetPendingRequests

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

public class Monitor_GetPendingRequests
extends Monitor_Request

A Monitor_GetPendingRequests instance requests the number of pending requests on a given queue.

See Also:
Serialized Form

Constructor Summary
Monitor_GetPendingRequests(java.lang.String dest)
          Constructs a Monitor_GetPendingRequests 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_GetPendingRequests

public Monitor_GetPendingRequests(java.lang.String dest)
Constructs a Monitor_GetPendingRequests 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