net.sf.jour.rt.agent
Class JVMInfoEvent

java.lang.Object
  extended bynet.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

Constructor Summary
JVMInfoEvent()
           
 
Method Summary
 long getFreeMemory()
           
 SystemInfoEvent getSystemInfo()
           
 double getTimestamp()
           
 long getTotalMemory()
           
 void setSystemInfo(SystemInfoEvent systemInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMInfoEvent

public JVMInfoEvent()
Method Detail

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.