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

Packages that use ActivityControl
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.api API (Java interfaces and Fractal component types) related to the control of Clif servers and blades. 
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. 
org.ow2.clif.supervisor.api API (Java interfaces, Fractal component types and generic objects) related to the supervision of test runs (control, monitoring and storage). 
org.ow2.clif.supervisor.lib Supervisor component implementation. 
 

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

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

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

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

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

Classes in org.ow2.clif.probe.util that implement ActivityControl
 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 ActivityControl in org.ow2.clif.scenario.isac.engine
 

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

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

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

Uses of ActivityControl in org.ow2.clif.server.api
 

Subinterfaces of ActivityControl in org.ow2.clif.server.api
 interface BladeControl
           
 

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

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

Uses of ActivityControl in org.ow2.clif.supervisor.api
 

Subinterfaces of ActivityControl in org.ow2.clif.supervisor.api
 interface TestControl
          Interface for controling a (distributed) test plan : deployment, initialization, start, stop...
 

Uses of ActivityControl in org.ow2.clif.supervisor.lib
 

Classes in org.ow2.clif.supervisor.lib that implement ActivityControl
 class SupervisorImpl
          Supervisor implementation, used to control a deployed test plan (i.e. a set of blades).