org.objectweb.joram.shared.admin

Class UnsetQueueThreshold

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(String queueId)
Constructs an UnsetQueueThreshold instance.

Method Summary

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

Constructor Details

UnsetQueueThreshold

public UnsetQueueThreshold(String queueId)
Constructs an UnsetQueueThreshold instance.

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

Method Details

getQueueId

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


Copyright B) 2004 Scalagent - All rights reserved