Uses of Interface
org.ow2.clif.server.api.BladeControl

Packages that use BladeControl
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. 
org.ow2.clif.scenario.isac.engine   
org.ow2.clif.scenario.multithread Generic Insert component for injecting load through n objects with n threads looping on a method call, defined by sub-classing. 
org.ow2.clif.server.lib Clif server implementation, and typical implementation of a blade as an assembly of 4 sub-components, namely the insert adapter, the insert, the data collector and the storage proxy. 
 

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

Classes in org.ow2.clif.probe.cpu that implement BladeControl
 class Insert
          insert for CPU probe
 

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

Classes in org.ow2.clif.probe.jmx_jvm that implement BladeControl
 class Insert_JRockit5
          Insert for JMX JVM probe
 

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

Classes in org.ow2.clif.probe.util that implement BladeControl
 class AbstractDumbInsert
          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.
 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.
 

Uses of BladeControl in org.ow2.clif.scenario.isac.engine
 

Classes in org.ow2.clif.scenario.isac.engine that implement BladeControl
 class IsacExtendedEngine
          This is the main class of the Isac extended engine.
 

Uses of BladeControl in org.ow2.clif.scenario.multithread
 

Classes in org.ow2.clif.scenario.multithread that implement BladeControl
 class MTScenario
          Abstract implementation of a multi-thread based scenario component.
 

Uses of BladeControl in org.ow2.clif.server.lib
 

Classes in org.ow2.clif.server.lib that implement BladeControl
 class BladeInsertAdapterImpl
          Implementation of a Blade Insert Adapter component (kind of an asynchronous wrapper to the Blade Insert component).