Joram ${version}

org.objectweb.joram.shared.admin
Class Monitor_GetPendingMessages

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

public class Monitor_GetPendingMessages
extends Monitor_Request

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

See Also:
Serialized Form

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

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

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

getDest

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


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved