org.objectweb.joram.shared.admin

Class UnsetDestinationDMQ

Implemented Interfaces:
java.io.Serializable

public class UnsetDestinationDMQ
extends AdminRequest

An UnsetDestinationDMQ instance requests to unset the DMQ of a given destination.

See Also:
Serialized Form

Constructor Summary

UnsetDestinationDMQ(String destId)
Constructs an UnsetDestinationDMQ instance.

Method Summary

String
getDestId()
Returns the identifier of the destination which DMQ is unset.

Constructor Details

UnsetDestinationDMQ

public UnsetDestinationDMQ(String destId)
Constructs an UnsetDestinationDMQ instance.

Parameters:
destId - Identifier of the destination which DMQ is unset.

Method Details

getDestId

public String getDestId()
Returns the identifier of the destination which DMQ is unset.


Copyright B) 2004 Scalagent - All rights reserved