org.objectweb.joram.shared.admin
Class SetDestinationDMQ
- java.io.Serializable
public class SetDestinationDMQ
A SetDestinationDMQ
instance requests to set a given DMQ as
the DMQ for a given destination.
- Serialized Form
SetDestinationDMQ(String destId, String dmqId) - Constructs a
SetDestinationDMQ instance.
|
String | getDestId() - Returns the identifier of the destination the DMQ is set for.
|
String | getDmqId() - Returns the identifier of the DMQ.
|
SetDestinationDMQ
public SetDestinationDMQ(String destId,
String dmqId)
Constructs a SetDestinationDMQ
instance.
destId
- Identifier of the destination the DMQ is set for.dmqId
- Identifier of the DMQ.
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