Joram ${version}

org.objectweb.joram.shared.admin
Class UnsetDefaultThreshold

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

public class UnsetDefaultThreshold
extends AdminRequest

An UnsetDefaultThreshold instance requests to unset the default threshold value of a given server.

See Also:
Serialized Form

Constructor Summary
UnsetDefaultThreshold(int serverId)
          Constructs a UnsetDefaultThreshold instance.
 
Method Summary
 int getServerId()
          Returns the identifier of the server which threshold is unset.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsetDefaultThreshold

public UnsetDefaultThreshold(int serverId)
Constructs a UnsetDefaultThreshold instance.

Parameters:
serverId - Identifier of the server which threshold is unset.
Method Detail

getServerId

public int getServerId()
Returns the identifier of the server which threshold is unset.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved