Joram ${version}

org.objectweb.joram.shared.admin
Class UnsetUserThreshold

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

public class UnsetUserThreshold
extends AdminRequest

An UnsetUserThreshold instance requests to unset the threshold of a given user.

See Also:
Serialized Form

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

Constructor Detail

UnsetUserThreshold

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

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

getUserProxId

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


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved