org.objectweb.joram.shared.admin
Class SetUserDMQ

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.SetUserDMQ
All 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(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

SetUserDMQ

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

Parameters:
dmqId - Identifier of the DMQ.
Method Detail

getUserProxId

public java.lang.String getUserProxId()
Returns the ProxId of the user the DMQ is set for.


getDmqId

public java.lang.String getDmqId()
Returns the identifier of the DMQ.



Copyright ? 2004 Scalagent - All rights reserved