|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AdminRequest
org.objectweb.joram.shared.admin.SetDestinationDMQ
A SetDestinationDMQ
instance requests to set a given DMQ as
the DMQ for a given destination.
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 |
public SetDestinationDMQ(java.lang.String destId, java.lang.String dmqId)
SetDestinationDMQ
instance.
destId
- Identifier of the destination the DMQ is set for.dmqId
- Identifier of the DMQ.Method Detail |
public java.lang.String getDestId()
public java.lang.String getDmqId()
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |