org.objectweb.joram.shared.admin
Class SetUserDMQ
- java.io.Serializable
A SetUserDMQ
instance requests to set a given DMQ as the
DMQ for a given user.
- Serialized Form
SetUserDMQ(String userProxId, String dmqId) - Constructs a
SetUserDMQ instance.
|
String | getDmqId() - Returns the identifier of the DMQ.
|
String | getUserProxId() - Returns the ProxId of the user the DMQ is set for.
|
SetUserDMQ
public SetUserDMQ(String userProxId,
String dmqId)
Constructs a SetUserDMQ
instance.
dmqId
- Identifier of the DMQ.
getDmqId
public String getDmqId()
Returns the identifier of the DMQ.
getUserProxId
public String getUserProxId()
Returns the ProxId of the user the DMQ is set for.
Copyright B) 2004 Scalagent - All rights reserved