Joram ${version}

org.objectweb.joram.shared.admin
Class SetDestinationDMQ

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

public class SetDestinationDMQ
extends AdminRequest

A SetDestinationDMQ instance requests to set a given DMQ as the DMQ for a given destination.

See Also:
Serialized Form

Constructor Summary
SetDestinationDMQ(java.lang.String destId, java.lang.String dmqId)
          Constructs a SetDestinationDMQ instance.
 
Method Summary
 java.lang.String getDestId()
          Returns the identifier of the destination the DMQ is set for.
 java.lang.String getDmqId()
          Returns the identifier of the DMQ.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetDestinationDMQ

public SetDestinationDMQ(java.lang.String destId,
                         java.lang.String dmqId)
Constructs a SetDestinationDMQ instance.

Parameters:
destId - Identifier of the destination the DMQ is set for.
dmqId - Identifier of the DMQ.
Method Detail

getDestId

public java.lang.String getDestId()
Returns the identifier of the destination the DMQ is set for.


getDmqId

public java.lang.String getDmqId()
Returns the identifier of the DMQ.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved