Uses of Package
org.ow2.clif.supervisor.api

Packages that use org.ow2.clif.supervisor.api
org.ow2.clif.analyze.api API (Java interfaces and Fractal component types) for Analyzer components (such components provide analysis and report generation support for all data/results generated by test runs). 
org.ow2.clif.analyze.api.graph   
org.ow2.clif.analyze.api.graph.datasource   
org.ow2.clif.analyze.api.graph.virtualdata   
org.ow2.clif.analyze.lib.graph Analyzer component implementation providing a GUI for drawing graphs and and proceed with enhanced statistical analysis. 
org.ow2.clif.analyze.lib.graph.ui   
org.ow2.clif.analyze.statistics   
org.ow2.clif.console.lib.egui   
org.ow2.clif.console.lib.egui.editor   
org.ow2.clif.console.lib.gui Swing-based GUI for deploying, controling and monitoring tests from a central "console". 
org.ow2.clif.deploy Support for asynchronous deployment of Clif servers and blade components. 
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.egui.plugins   
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.server.util   
org.ow2.clif.storage.api API (Java interfaces, Fractal component types and generic events) related to events generated by test runs, including their storage and retrieval. 
org.ow2.clif.storage.lib.filestorage CSV-formatted file-based implementation of storage and storage proxy components. 
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. 
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.analyze.api
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.analyze.api.graph
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.analyze.api.graph.datasource
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.analyze.api.graph.virtualdata
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.analyze.lib.graph
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.analyze.lib.graph.ui
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.analyze.statistics
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.console.lib.egui
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.console.lib.egui.editor
BladeState
          Representation of a blade state and utility methods to determine a global state resulting from individual blades states.
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.console.lib.gui
BladeState
          Representation of a blade state and utility methods to determine a global state resulting from individual blades states.
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.deploy
BladeState
          Representation of a blade state and utility methods to determine a global state resulting from individual blades states.
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.probe.cpu
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.probe.jmx_jvm
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.probe.util
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.scenario.isac.egui.plugins
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.scenario.isac.engine
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.scenario.multithread
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.server.api
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.server.lib
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.server.util
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.storage.api
BladeState
          Representation of a blade state and utility methods to determine a global state resulting from individual blades states.
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.storage.lib.filestorage
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.supervisor.api
BladeState
          Representation of a blade state and utility methods to determine a global state resulting from individual blades states.
ClifException
          Class for CLIF exceptions
 

Classes in org.ow2.clif.supervisor.api used by org.ow2.clif.supervisor.lib
BladeState
          Representation of a blade state and utility methods to determine a global state resulting from individual blades states.
ClifException
          Class for CLIF exceptions
SupervisorInfo
          Interface used to send blade state information from a CLIF server to the Supervisor
TestControl
          Interface for controling a (distributed) test plan : deployment, initialization, start, stop...