Uses of Class
com.palantir.opensource.sysmon.SysmonException

Packages that use SysmonException
com.palantir.opensource.sysmon The Sysmon package allows a Java program to monitor the health of the host system that the Java VM is running on and access that data via Java Management Extensions (non-Javadoc documentation available in the GitHub Project Wiki). 
com.palantir.opensource.sysmon.linux The Linux Sysmon package implements platform monitoring for Java VMs running on Linux hosts. 
 

Uses of SysmonException in com.palantir.opensource.sysmon
 

Methods in com.palantir.opensource.sysmon that throw SysmonException
static SystemMonitor SysmonDaemon.determinePlatformMonitor()
          Since the number of platforms currently supported is small (one, to be exact), this is just a static method that must produce a SystemMonitor object to be run by the daemon.
 void Monitor.startMonitoring()
           
 void SystemMonitor.startPlatformSpecificMonitoring(Properties config)
          Start monitoring for this specific platform (as implemented by instances of this interface).
 void SystemMonitor.verifyExecutionEnvironment(Properties config)
          Tells the platform specific monitor to check that it believes that it is compatible with the current VM's execution environments.
 

Constructors in com.palantir.opensource.sysmon that throw SysmonException
SysmonDaemon(Properties config)
          Constructs a new SysmonDaemon object and determines its platform-specific SystemMonitor but does not start any monitoring.
 

Uses of SysmonException in com.palantir.opensource.sysmon.linux
 

Subclasses of SysmonException in com.palantir.opensource.sysmon.linux
 class LinuxMonitoringException
          Exception used to signal errors in the Linux portion of the Sysmon package.
 

Methods in com.palantir.opensource.sysmon.linux that throw SysmonException
 void LinuxLoadAverageJMXWrapper.startMonitoring()
           
 void LinuxMonitor.startPlatformSpecificMonitoring(Properties config)
          Starts up monitoring for a Linux VM.
 void LinuxMonitor.verifyExecutionEnvironment(Properties config)
          Runs any tests to verify that the currently running VM is appropriate for this monitor.
 



Copyright © 2012 Palantir Technologies. All Rights Reserved.