Joram ${version}

org.objectweb.joram.shared.admin
Class UnsetQueueThreshold

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

public class UnsetQueueThreshold
extends AdminRequest

An UnsetQueueThreshold instance requests to unset the threshold value of a given queue.

See Also:
Serialized Form

Constructor Summary
UnsetQueueThreshold(java.lang.String queueId)
          Constructs an UnsetQueueThreshold instance.
 
Method Summary
 java.lang.String getQueueId()
          Returns the identifier of the queue which threshold is unset.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsetQueueThreshold

public UnsetQueueThreshold(java.lang.String queueId)
Constructs an UnsetQueueThreshold instance.

Parameters:
queueId - Identifier of the queue which threshold is unset.
Method Detail

getQueueId

public java.lang.String getQueueId()
Returns the identifier of the queue which threshold is unset.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved