net.sf.jour.rt.agent
Class JVMInfoEvent
java.lang.Object
net.sf.jour.rt.agent.JVMInfoEvent
- All Implemented Interfaces:
- Event, EventTimed, java.io.Serializable
- public class JVMInfoEvent
- extends java.lang.Object
- implements EventTimed
TODO Add docs
Created on 15.12.2004
Contributing Author(s):
Misha Lifschitz (Inital implementation)
Vlad Skarzhevskyy (Inital implementation)
- Version:
- $Revision: 1.2 $ ($Author: vlads $) $Date: 2004/12/16 05:35:51 $
- Author:
- vlads
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JVMInfoEvent
public JVMInfoEvent()
getFreeMemory
public long getFreeMemory()
- Returns:
- Returns the freeMemory.
getTimestamp
public double getTimestamp()
- Specified by:
getTimestamp
in interface EventTimed
- Returns:
- Returns the timeStamp.
getTotalMemory
public long getTotalMemory()
- Returns:
- Returns the totalMemory.
getSystemInfo
public SystemInfoEvent getSystemInfo()
- Returns:
- Returns the systemInfo.
setSystemInfo
public void setSystemInfo(SystemInfoEvent systemInfo)
- Parameters:
systemInfo
- The systemInfo to set.
Copyright © 2004 sourceforge. All Rights Reserved.