org.objectweb.joram.shared.admin

Class SetUserDMQ

Implemented Interfaces:
java.io.Serializable

public class SetUserDMQ
extends AdminRequest

A SetUserDMQ instance requests to set a given DMQ as the DMQ for a given user.

See Also:
Serialized Form

Constructor Summary

SetUserDMQ(String userProxId, String dmqId)
Constructs a SetUserDMQ instance.

Method Summary

String
getDmqId()
Returns the identifier of the DMQ.
String
getUserProxId()
Returns the ProxId of the user the DMQ is set for.

Constructor Details

SetUserDMQ

public SetUserDMQ(String userProxId,
                  String dmqId)
Constructs a SetUserDMQ instance.

Parameters:
dmqId - Identifier of the DMQ.

Method Details

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