Uses of Class
org.ow2.clif.probe.util.AbstractDumbInsert

Packages that use AbstractDumbInsert
org.ow2.clif.probe.cpu CPU probe implementation for Linux and Windows. 
org.ow2.clif.probe.jmx_jvm   
org.ow2.clif.probe.util Generic, abstract Insert components implementation to ease the development of probe inserts. 
 

Uses of AbstractDumbInsert in org.ow2.clif.probe.cpu
 

Subclasses of AbstractDumbInsert in org.ow2.clif.probe.cpu
 class Insert
          insert for CPU probe
 

Uses of AbstractDumbInsert in org.ow2.clif.probe.jmx_jvm
 

Subclasses of AbstractDumbInsert in org.ow2.clif.probe.jmx_jvm
 class Insert_JRockit5
          Insert for JMX JVM probe
 

Uses of AbstractDumbInsert in org.ow2.clif.probe.util
 

Subclasses of AbstractDumbInsert in org.ow2.clif.probe.util
 class AbstractInsert
          This abstract implementation of a blade insert component manages a single thread, doing a periodic task (probing) with a given period (in milliseconds) and during an given actual time.