org.objectweb.joram.shared.admin

Class UnsetDefaultThreshold

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.

Constructor Details

UnsetDefaultThreshold

public UnsetDefaultThreshold(int serverId)
Constructs a UnsetDefaultThreshold instance.

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

Method Details

getServerId

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


Copyright B) 2004 Scalagent - All rights reserved