com.palantir.opensource.sysmon.linux
Class LinuxEntropyLevel
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinuxEntropyLevel
public LinuxEntropyLevel(Integer entropyLevel)
getEntropyLevel
public Integer getEntropyLevel()
- Specified by:
getEntropyLevel
in interface LinuxEntropyLevelMBean
updateValue
public void updateValue(Integer entropyLevel)
Copyright © 2012 Palantir Technologies. All Rights Reserved.