org.objectweb.joram.shared.admin
Class UnsetDestinationDMQ

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.UnsetDestinationDMQ
All 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(java.lang.String destId)
          Constructs an UnsetDestinationDMQ instance.
 
Method Summary
 java.lang.String getDestId()
          Returns the identifier of the destination which DMQ is unset.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsetDestinationDMQ

public UnsetDestinationDMQ(java.lang.String destId)
Constructs an UnsetDestinationDMQ instance.

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

getDestId

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



Copyright ? 2004 Scalagent - All rights reserved