org.objectweb.joram.shared.admin
Class UnsetUserDMQ

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.UnsetUserDMQ
All Implemented Interfaces:
java.io.Serializable

public class UnsetUserDMQ
extends AdminRequest

An UnsetUserDMQ instance requests to unset the DMQ of a given user.

See Also:
Serialized Form

Constructor Summary
UnsetUserDMQ(java.lang.String userProxId)
          Constructs an UnsetUserDMQ instance.
 
Method Summary
 java.lang.String getUserProxId()
          Returns the identifier of the user's proxy which DMQ is unset.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsetUserDMQ

public UnsetUserDMQ(java.lang.String userProxId)
Constructs an UnsetUserDMQ instance.

Parameters:
userProxId - Identifier of the user's proxy which DMQ is unset.
Method Detail

getUserProxId

public java.lang.String getUserProxId()
Returns the identifier of the user's proxy which DMQ is unset.



Copyright ? 2004 Scalagent - All rights reserved