consciouscode.seedling.tasks
Class MemoryMonitorTask

java.lang.Object
  extended by consciouscode.seedling.tree.GenericNode
      extended by consciouscode.seedling.tasks.AbstractPeriodicTask
          extended by consciouscode.seedling.tasks.MemoryMonitorTask
All Implemented Interfaces:
LocatableNode, ServiceNode, PeriodicTask, Runnable

public class MemoryMonitorTask
extends AbstractPeriodicTask

A periodic task that logs information about the JVM's memory state.


Field Summary
 
Fields inherited from class consciouscode.seedling.tasks.AbstractPeriodicTask
MILLIS_PER_MINUTE, MILLIS_PER_SECOND
 
Constructor Summary
MemoryMonitorTask()
           
 
Method Summary
 void run()
           
 
Methods inherited from class consciouscode.seedling.tasks.AbstractPeriodicTask
getClock, getPeriodMillis, isStartedImmediately, setClock, setPeriodMillis, setPeriodMinutes, setPeriodSeconds, setStartedImmediately, startService, stopService
 
Methods inherited from class consciouscode.seedling.tree.GenericNode
getLocalRoot, getLog, getNodeLocation, getNodeName, getParentBranch, isLoggingDebug, nodeInstalled, setLog, setLoggingDebug
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryMonitorTask

public MemoryMonitorTask()
Method Detail

run

public void run()


Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.