Uses of Interface
org.ow2.clif.server.api.ActivityControl
-
-
Uses of ActivityControl in <Unnamed>
Classes in <Unnamed> that implement ActivityControl Modifier and Type Class Description classSynchroJust a short-cut name for the Synchronizer implementation class (easier to type in a test plan) -
Uses of ActivityControl in org.ow2.clif.probe.cpu
Classes in org.ow2.clif.probe.cpu that implement ActivityControl Modifier and Type Class Description classInsertInsert for CPU probe based on SIGAR -
Uses of ActivityControl in org.ow2.clif.probe.disk
Classes in org.ow2.clif.probe.disk that implement ActivityControl Modifier and Type Class Description classInsertInsert for disk probe based on SIGAR -
Uses of ActivityControl in org.ow2.clif.probe.jmx_jvm
Classes in org.ow2.clif.probe.jmx_jvm that implement ActivityControl Modifier and Type Class Description classInsertInsert for JMX JVM probeclassInsert_JRockit5Insert for JMX JVM probe -
Uses of ActivityControl in org.ow2.clif.probe.jvm
Classes in org.ow2.clif.probe.jvm that implement ActivityControl Modifier and Type Class Description classInsertInsert for JVM probe -
Uses of ActivityControl in org.ow2.clif.probe.memory
Classes in org.ow2.clif.probe.memory that implement ActivityControl Modifier and Type Class Description classInsertInsert for memory probe based on SIGAR -
Uses of ActivityControl in org.ow2.clif.probe.network
Classes in org.ow2.clif.probe.network that implement ActivityControl Modifier and Type Class Description classInsertInsert for Network probe based on SIGAR -
Uses of ActivityControl in org.ow2.clif.probe.rtp
Classes in org.ow2.clif.probe.rtp that implement ActivityControl Modifier and Type Class Description classInsertInsert for RTP probe -
Uses of ActivityControl in org.ow2.clif.probe.util
Classes in org.ow2.clif.probe.util that implement ActivityControl Modifier and Type Class Description classAbstractDumbInsertThis 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.classAbstractInsertThis 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 Modifier and Type Class Description classIsacExtendedEngineThis 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 Modifier and Type Class Description classMTScenarioAbstract implementation of a multi-thread based scenario component. -
Uses of ActivityControl in org.ow2.clif.scenario.util
Classes in org.ow2.clif.scenario.util that implement ActivityControl Modifier and Type Class Description classSynchroBladeInsertImplementation of a centralized synchronization BladeInsert component to provide synchronization support among distributed scenarios. -
Uses of ActivityControl in org.ow2.clif.server.api
Subinterfaces of ActivityControl in org.ow2.clif.server.api Modifier and Type Interface Description interfaceBladeControl -
Uses of ActivityControl in org.ow2.clif.server.lib
Classes in org.ow2.clif.server.lib that implement ActivityControl Modifier and Type Class Description classBladeInsertAdapterImplImplementation 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 Modifier and Type Interface Description interfaceTestControlInterface for controlling 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 Modifier and Type Class Description classSupervisorImplSupervisor implementation, used to control a deployed test plan (i.e.
-