org.objectweb.joram.shared.admin

Class SetDestinationDMQ

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(String destId, String dmqId)
Constructs a SetDestinationDMQ instance.

Method Summary

String
getDestId()
Returns the identifier of the destination the DMQ is set for.
String
getDmqId()
Returns the identifier of the DMQ.

Constructor Details

SetDestinationDMQ

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

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

Method Details

getDestId

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


getDmqId

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


Copyright B) 2004 Scalagent - All rights reserved