net.sf.jour.rt.swingmonitor
Class JMVRuntimeStatistics

java.lang.Object
  extended bynet.sf.jour.rt.swingmonitor.JMVRuntimeStatistics

public class JMVRuntimeStatistics
extends java.lang.Object

TODO Add docs Created on 15.12.2004 Contributing Author(s): Misha Lifschitz (Inital implementation) Vlad Skarzhevskyy (Inital implementation)

Version:
$Revision: 1.1 $ ($Author: vlads $) $Date: 2004/12/16 05:35:51 $
Author:
vlads

Field Summary
static java.lang.String ATTRIBUTE_HOST_NAME
           
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
JMVRuntimeStatistics()
           
 
Method Summary
protected  TimeBaseAccumulationList getByHost(JVMInfoEvent event, MatchFilter filter)
           
 java.util.Collection getHostsJVM()
           
 boolean processEvent(JVMInfoEvent event, MatchFilter filter)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.log4j.Logger log

ATTRIBUTE_HOST_NAME

public static final java.lang.String ATTRIBUTE_HOST_NAME
See Also:
Constant Field Values
Constructor Detail

JMVRuntimeStatistics

public JMVRuntimeStatistics()
Method Detail

getByHost

protected TimeBaseAccumulationList getByHost(JVMInfoEvent event,
                                             MatchFilter filter)

processEvent

public boolean processEvent(JVMInfoEvent event,
                            MatchFilter filter)

getHostsJVM

public java.util.Collection getHostsJVM()

reset

public void reset()


Copyright © 2004 sourceforge. All Rights Reserved.