|
Joram 4.3.18 | ||||||||
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.SetUserDMQ
public class SetUserDMQ
A SetUserDMQ
instance requests to set a given DMQ as the
DMQ for a given user.
Constructor Summary | |
---|---|
SetUserDMQ(java.lang.String userProxId,
java.lang.String dmqId)
Constructs a SetUserDMQ instance. |
Method Summary | |
---|---|
java.lang.String |
getDmqId()
Returns the identifier of the DMQ. |
java.lang.String |
getUserProxId()
Returns the ProxId of the user the DMQ is set for. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetUserDMQ(java.lang.String userProxId, java.lang.String dmqId)
SetUserDMQ
instance.
userId
- Identifier of the user's proxy the DMQ is set for.dmqId
- Identifier of the DMQ.Method Detail |
---|
public java.lang.String getUserProxId()
public java.lang.String getDmqId()
|
Joram 4.3.18 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |