com.palantir.opensource.sysmon.linux
Class LinuxEntropyLevel

java.lang.Object
  extended by com.palantir.opensource.sysmon.linux.LinuxEntropyLevel
All Implemented Interfaces:
LinuxEntropyLevelMBean

public class LinuxEntropyLevel
extends Object
implements LinuxEntropyLevelMBean

Data container and JMX MBean implementation for entropy level measurements used by LinuxEntropyLevelJMXWrapper.

See Also:
the random(4) man page for more information on entropy pools

Constructor Summary
LinuxEntropyLevel(Integer entropyLevel)
           
 
Method Summary
 Integer getEntropyLevel()
           
 void updateValue(Integer entropyLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinuxEntropyLevel

public LinuxEntropyLevel(Integer entropyLevel)
Method Detail

getEntropyLevel

public Integer getEntropyLevel()
Specified by:
getEntropyLevel in interface LinuxEntropyLevelMBean

updateValue

public void updateValue(Integer entropyLevel)


Copyright © 2012 Palantir Technologies. All Rights Reserved.