|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClifException | |
---|---|
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.basic | Analyzer component implementation providing a GUI for browsing test runs and proceed with basic statistical analysis. |
org.ow2.clif.analyze.lib.egui | |
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.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.disk | |
org.ow2.clif.probe.jmx_jvm | |
org.ow2.clif.probe.memory | Memory probe for Linux and Windows, tracking RAM and swap usage. |
org.ow2.clif.probe.network | Network probe implementation for Linux and Windows. |
org.ow2.clif.probe.rtp | |
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. |
Uses of ClifException in org.ow2.clif.analyze.api |
---|
Methods in org.ow2.clif.analyze.api that throw ClifException | |
---|---|
long |
AnalyzerExternalAccess.countEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter)
Counts the number of available events matching a given filter. |
java.util.Properties |
AnalyzerExternalAccess.getBladeProperties(java.lang.String testName,
java.lang.String bladeId)
Gets the java system properties for the given blade from the given test run. |
java.io.Serializable |
AnalyzerExternalAccess.getEventIterator(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter)
Creates an event iterator. |
BladeEvent[] |
AnalyzerExternalAccess.getNextEvents(java.io.Serializable iteratorKey,
int count)
Gets next events from the given event iterator. |
BladeDescriptor[] |
AnalyzerExternalAccess.getTestPlan(java.lang.String testName,
BladeFilter filter)
Gets the test plan definition for a given test run name. |
TestDescriptor[] |
AnalyzerExternalAccess.getTests(TestFilter filter)
Gets a list of test runs matching a given filter. |
Uses of ClifException in org.ow2.clif.analyze.api.graph |
---|
Methods in org.ow2.clif.analyze.api.graph that throw ClifException | |
---|---|
java.util.Map<java.lang.String,java.util.List<BladeEvent>> |
VirtualDataSupplier.getBladeAllEventsValues(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel)
Get all the events for the blade |
BladeEvent[] |
VirtualDataSupplier.getBladeEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter,
long fromIndex,
int count)
Get blade event array from a test, blade and event |
BladeEvent[] |
DataSupplier.getBladeEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter,
long fromIndex,
int count)
Get a bladeEvent array from a testName, a bladeId, an event |
java.util.List<BladeEvent> |
VirtualDataSupplier.getBladeOneEventValues(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel)
Get a blade event list |
Uses of ClifException in org.ow2.clif.analyze.api.graph.datasource |
---|
Methods in org.ow2.clif.analyze.api.graph.datasource that throw ClifException | |
---|---|
BladeEvent[] |
RawDataRead.getBladeEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter,
long fromIndex,
int count)
Get the blade events |
BladeDescriptor[] |
RawDataRead.getTestPlan(java.lang.String testName,
BladeFilter filter)
Get the tests' names. |
Uses of ClifException in org.ow2.clif.analyze.api.graph.virtualdata |
---|
Methods in org.ow2.clif.analyze.api.graph.virtualdata that throw ClifException | |
---|---|
java.util.Map<java.lang.String,java.util.List<BladeEvent>> |
FilterDataControl.getBladeAllEventsValues(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel)
Get all the events for the blade |
BladeEvent[] |
FilterDataControl.getBladeEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter,
long fromIndex,
int count)
|
java.util.List<BladeEvent> |
FilterDataControl.getBladeOneEventValues(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel)
Get a blade event list |
Uses of ClifException in org.ow2.clif.analyze.lib.basic |
---|
Methods in org.ow2.clif.analyze.lib.basic that throw ClifException | |
---|---|
long |
AnalyzerImpl.countEvents(java.lang.String test,
java.lang.String blade,
java.lang.String eventTypeLabel,
EventFilter filter)
|
java.util.Properties |
AnalyzerImpl.getBladeProperties(java.lang.String testName,
java.lang.String bladeId)
|
java.io.Serializable |
AnalyzerImpl.getEventIterator(java.lang.String test,
java.lang.String blade,
java.lang.String eventTypeLabel,
EventFilter filter)
|
BladeEvent[] |
AnalyzerImpl.getEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter,
long fromIndex,
int count)
|
BladeEvent[] |
AnalyzerImpl.getNextEvents(java.io.Serializable iteratorKey,
int count)
|
BladeDescriptor[] |
AnalyzerImpl.getTestPlan(java.lang.String testName,
BladeFilter filter)
|
TestDescriptor[] |
AnalyzerImpl.getTests(TestFilter filter)
|
Uses of ClifException in org.ow2.clif.analyze.lib.egui |
---|
Methods in org.ow2.clif.analyze.lib.egui that throw ClifException | |
---|---|
long |
AnalyzerImpl.countEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter)
Counts the number of available events matching a given filter. |
java.util.Properties |
AnalyzerImpl.getBladeProperties(java.lang.String testName,
java.lang.String bladeId)
Gets the java system properties for the given blade from the given test run |
java.io.Serializable |
AnalyzerImpl.getEventIterator(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter)
Creates an event iterator. |
BladeEvent[] |
AnalyzerImpl.getNextEvents(java.io.Serializable iteratorKey,
int count)
Gets next events from the given event iterator. |
BladeDescriptor[] |
AnalyzerImpl.getTestPlan(java.lang.String testName,
BladeFilter filter)
|
TestDescriptor[] |
AnalyzerImpl.getTests(TestFilter filter)
Gets a list of test runs matching a given filter. |
Uses of ClifException in org.ow2.clif.analyze.lib.graph |
---|
Methods in org.ow2.clif.analyze.lib.graph that throw ClifException | |
---|---|
java.util.Map<java.lang.String,java.util.List<BladeEvent>> |
VirtualDataProxyImpl.getBladeAllEventsValues(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel)
|
java.util.Map<java.lang.String,java.util.List<BladeEvent>> |
FilterDataImpl.getBladeAllEventsValues(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel)
|
BladeEvent[] |
VirtualDataProxyImpl.getBladeEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter,
long fromIndex,
int count)
|
BladeEvent[] |
FilterDataImpl.getBladeEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter,
long fromIndex,
int count)
|
BladeEvent[] |
DataProxyImpl.getBladeEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter,
long fromIndex,
int count)
|
BladeEvent[] |
AnalyzerStorageProxyImpl.getBladeEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter,
long fromIndex,
int count)
|
java.util.List<BladeEvent> |
VirtualDataProxyImpl.getBladeOneEventValues(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel)
|
java.util.List<BladeEvent> |
FilterDataImpl.getBladeOneEventValues(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel)
|
BladeDescriptor[] |
AnalyzerStorageProxyImpl.getTestPlan(java.lang.String testName,
BladeFilter filter)
|
Uses of ClifException in org.ow2.clif.analyze.lib.graph.ui |
---|
Methods in org.ow2.clif.analyze.lib.graph.ui that throw ClifException | |
---|---|
java.util.Map<java.lang.String,java.util.List<BladeEvent>> |
SwingGUI.getBladeAllEventsValues(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel)
|
java.util.List<BladeEvent> |
SwingGUI.getBladeOneEventValues(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel)
Get the values for a test, bladeId, eventType |
Constructors in org.ow2.clif.analyze.lib.graph.ui that throw ClifException | |
---|---|
SwingGUI(javax.swing.JInternalFrame frame,
AnalyzerImpl analyzer)
Instantiates a new swing GUI. |
Uses of ClifException in org.ow2.clif.analyze.statistics |
---|
Methods in org.ow2.clif.analyze.statistics that throw ClifException | |
---|---|
void |
MemoryAnalyst.addProfilingData(BladeStoreReader reader,
EventFilter filter)
|
void |
JvmAnalyst.addProfilingData(BladeStoreReader reader,
EventFilter filter)
|
void |
InjectorAnalyst.addProfilingData(BladeStoreReader reader,
EventFilter filter)
|
void |
CpuAnalyst.addProfilingData(BladeStoreReader reader,
EventFilter filter)
|
abstract void |
AbstractAnalyst.addProfilingData(BladeStoreReader r,
EventFilter f)
|
void |
AnalyzerImpl.analyzeTest(java.lang.String testName)
|
java.util.List<BladeEvent> |
BladeStoreReader.getAllEvents(java.lang.String eventTypeLabel)
|
static EventFactory |
BladeStoreReader.getEventFactory(java.lang.String eventTypeLabel)
|
java.util.List<BladeEvent> |
BladeStoreReader.getEvents(java.lang.String eventTypeLabel,
EventFilter filter)
|
java.util.List<Datum> |
BladeDatumReader.getProfilingData(EventFilter filter)
|
BladeDescriptor[] |
FileStoreReader.getTestPlan(java.lang.String testName,
BladeFilter filter)
|
TestDescriptor[] |
FileStoreReader.getTests(TestFilter filter)
|
Constructors in org.ow2.clif.analyze.statistics that throw ClifException | |
---|---|
LifeCycleReader(BladeStoreReader bladeReader)
|
Uses of ClifException in org.ow2.clif.console.lib.egui |
---|
Methods in org.ow2.clif.console.lib.egui that throw ClifException | |
---|---|
static ClifRegistry |
ClifConsolePlugin.getRegistry(boolean update)
On first call, creates the registry or connects to an existing registry, and creates the default local CLIF server. |
Uses of ClifException in org.ow2.clif.console.lib.egui.editor |
---|
Methods in org.ow2.clif.console.lib.egui.editor that throw ClifException | |
---|---|
void |
TestPlanEditor.createPageTest()
Create a test plan execution commands. |
Uses of ClifException in org.ow2.clif.deploy |
---|
Fields in org.ow2.clif.deploy declared as ClifException | |
---|---|
protected ClifException |
BladeDeploy.exception
|
Methods in org.ow2.clif.deploy that throw ClifException | |
---|---|
void |
ClifAppFacade.changeParameter(java.lang.String bladeId,
java.lang.String name,
java.lang.String text)
|
void |
ClifAppFacade.deploy(java.util.Map definitions,
ClifRegistry registry)
Asynchronously deploys blades among CLIF servers according to the given definitions. |
org.objectweb.fractal.api.Component |
BladeDeploy.get()
Gets the blade component (the call is blocked waiting for the blade to be actually deployed) |
void |
ClifAppFacade.init(java.lang.String testId)
Init selected blades if global state is deployed |
void |
ClifAppFacade.syncDeploy(java.util.Map definitions,
ClifRegistry registry)
Synchronous version of deploy method (returns when deployment is complete), i.e. returns when the deployment process is complete. |
Uses of ClifException in org.ow2.clif.probe.cpu |
---|
Methods in org.ow2.clif.probe.cpu that throw ClifException | |
---|---|
protected void |
Insert.configProbewithArray()
|
Constructors in org.ow2.clif.probe.cpu that throw ClifException | |
---|---|
Insert()
|
Uses of ClifException in org.ow2.clif.probe.disk |
---|
Methods in org.ow2.clif.probe.disk that throw ClifException | |
---|---|
protected void |
Insert.configProbewithArray()
|
Constructors in org.ow2.clif.probe.disk that throw ClifException | |
---|---|
Insert()
|
Uses of ClifException in org.ow2.clif.probe.jmx_jvm |
---|
Methods in org.ow2.clif.probe.jmx_jvm that throw ClifException | |
---|---|
void |
Insert_JRockit5.configProbewithArray()
|
void |
Insert.configProbewithArray()
|
Uses of ClifException in org.ow2.clif.probe.memory |
---|
Constructors in org.ow2.clif.probe.memory that throw ClifException | |
---|---|
Insert()
|
Uses of ClifException in org.ow2.clif.probe.network |
---|
Methods in org.ow2.clif.probe.network that throw ClifException | |
---|---|
protected void |
Insert.configProbewithArray()
|
Constructors in org.ow2.clif.probe.network that throw ClifException | |
---|---|
Insert()
|
Uses of ClifException in org.ow2.clif.probe.rtp |
---|
Methods in org.ow2.clif.probe.rtp that throw ClifException | |
---|---|
protected void |
Insert.configProbewithArray()
|
Uses of ClifException in org.ow2.clif.probe.util |
---|
Methods in org.ow2.clif.probe.util that throw ClifException | |
---|---|
void |
AbstractDumbInsert.changeParameter(java.lang.String parameter,
java.io.Serializable value)
|
protected void |
AbstractDumbInsert.close()
Override this method when you are willing to release some resources when the probe ends its activity. |
protected void |
AbstractDumbInsert.configProbewithArray()
Override this method when you are willing to pass some parameters to the Insert. |
void |
AbstractDumbInsert.setArgument(java.lang.String arg)
Sets number of threads and test duration parameters |
Uses of ClifException in org.ow2.clif.scenario.isac.egui.plugins |
---|
Methods in org.ow2.clif.scenario.isac.egui.plugins that throw ClifException | |
---|---|
static java.util.List<PluginDescription> |
PluginDescription.loadPluginDescription(PluginGUIManager pluginGUIManager,
java.io.File file)
Load a plugin description from a properties file which has it path specified in parameter |
Uses of ClifException in org.ow2.clif.scenario.isac.engine |
---|
Methods in org.ow2.clif.scenario.isac.engine that throw ClifException | |
---|---|
void |
IsacExtendedEngine.changeParameter(java.lang.String parameter,
java.io.Serializable value)
|
void |
IsacExtendedEngine.init(java.io.Serializable arg)
|
void |
IsacExtendedEngine.setArgument(java.lang.String argument)
|
Uses of ClifException in org.ow2.clif.scenario.multithread |
---|
Methods in org.ow2.clif.scenario.multithread that throw ClifException | |
---|---|
void |
MTScenario.changeParameter(java.lang.String parameter,
java.io.Serializable value)
|
void |
MTScenario.init(java.io.Serializable testId)
initializes a new test, creating and starting the given number of activity threads, and returns as soon as every thread has been actually started |
abstract MTScenarioSession |
MTScenario.newSession(int sessionId,
java.lang.String arg)
|
Uses of ClifException in org.ow2.clif.server.api |
---|
Methods in org.ow2.clif.server.api that throw ClifException | |
---|---|
org.objectweb.fractal.api.Component |
ClifServerControl.addBlade(org.objectweb.fractal.api.Component clifApp,
java.lang.String adlDefinition,
java.util.Map context,
java.lang.String bladeId)
|
void |
BladeControl.changeParameter(java.lang.String parameter,
java.io.Serializable value)
Sets the parameter parameter of this blade with the value
value . |
void |
ActivityControl.init(java.io.Serializable testId)
Initialize the activity |
void |
ClifServerControl.removeAllBlades(org.objectweb.fractal.api.Component clifApp)
|
void |
ClifServerControl.removeBlade(org.objectweb.fractal.api.Component clifApp,
java.lang.String bladeId)
|
void |
BladeControl.setArgument(java.lang.String argument)
Sets the scenario argument string. |
Uses of ClifException in org.ow2.clif.server.lib |
---|
Methods in org.ow2.clif.server.lib that throw ClifException | |
---|---|
org.objectweb.fractal.api.Component |
ClifServerImpl.addBlade(org.objectweb.fractal.api.Component clifApp,
java.lang.String adlDefinition,
java.util.Map adlParams,
java.lang.String bladeId)
Creates a new blade component managed by this Clif server from an ADL definition, |
void |
BladeInsertAdapterImpl.changeParameter(java.lang.String parameter,
java.io.Serializable value)
asynchronously changes a parameter of the blade |
static void |
ClifServerImpl.create(java.lang.String name,
ClifRegistry registry)
Creates a CLIF server in current/local Fractal environment, and binds it with the given name in the given registry. |
void |
ClifServerImpl.removeAllBlades(org.objectweb.fractal.api.Component clifApp)
Unbinds and removes every blade managed by this CLIF server, and clears the CLIF class loader cache. |
void |
ClifServerImpl.removeBlade(org.objectweb.fractal.api.Component clifApp,
java.lang.String id)
Unbinds the SupervisorInfo interface and removes a blade from both this Clif server and the Clif application it belongs to. |
void |
BladeInsertAdapterImpl.setArgument(java.lang.String argument)
Sets blade argument. |
Uses of ClifException in org.ow2.clif.server.util |
---|
Methods in org.ow2.clif.server.util that throw ClifException | |
---|---|
static boolean |
EventStorageState.setEventStorageState(java.util.Map eventStorageStatesMap,
java.lang.String parameter,
java.io.Serializable value)
Utility for changeParameter(). |
Uses of ClifException in org.ow2.clif.storage.api |
---|
Methods in org.ow2.clif.storage.api that throw ClifException | |
---|---|
long |
StorageRead.countEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter)
Counts the number of available events matching a given filter. |
protected static BladeEvent |
ProbeEvent.fillEvent(java.lang.String separator,
java.lang.String line,
ProbeEvent event)
|
java.util.Properties |
StorageRead.getBladeProperties(java.lang.String testName,
java.lang.String bladeId)
Gets the java system properties for the given blade from the given test run |
java.io.Serializable |
StorageRead.getEventIterator(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter)
Creates an event iterator. |
BladeEvent[] |
StorageRead.getEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter,
long fromIndex,
int count)
Retrieves a given number of events matching a given filter, from a given index. |
BladeEvent[] |
StorageRead.getNextEvents(java.io.Serializable iteratorKey,
int count)
Gets next events from the given event iterator. |
BladeDescriptor[] |
StorageRead.getTestPlan(java.lang.String testName,
BladeFilter filter)
Gets the test plan definition for a given test run name. |
TestDescriptor[] |
StorageRead.getTests(TestFilter filter)
Gets a list of test runs matching a given filter. |
BladeEvent |
EventFactory.makeEvent(java.lang.String separator,
java.lang.String line)
|
void |
StorageProxyAdmin.newTest(java.io.Serializable testId)
Informs the storage system of a new local test |
void |
StorageAdmin.newTest(java.io.Serializable testId,
java.util.Map definitions)
Informs the storage system about the beginning of a new test |
void |
StorageWrite.write(BladeEvent event)
Write a ActionStat to the storage system. |
Uses of ClifException in org.ow2.clif.storage.lib.filestorage |
---|
Methods in org.ow2.clif.storage.lib.filestorage that throw ClifException | |
---|---|
long |
ConsoleFileStorageImpl.countEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter)
|
java.util.Properties |
ConsoleFileStorageImpl.getBladeProperties(java.lang.String testName,
java.lang.String bladeId)
|
java.io.Serializable |
ConsoleFileStorageImpl.getEventIterator(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter)
|
BladeEvent[] |
ConsoleFileStorageImpl.getEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter,
long fromIndex,
int count)
|
BladeEvent[] |
ConsoleFileStorageImpl.getNextEvents(java.io.Serializable iteratorKey,
int count)
|
BladeDescriptor[] |
ConsoleFileStorageImpl.getTestPlan(java.lang.String testName,
BladeFilter filter)
|
TestDescriptor[] |
ConsoleFileStorageImpl.getTests(TestFilter filter)
|
void |
FileStorageProxyImpl.newTest(java.io.Serializable testId)
Initializes the storage directories for the new test |
void |
ConsoleFileStorageImpl.newTest(java.io.Serializable testId,
java.util.Map testPlan)
Inform the storage system the beginning of a new test |
void |
FileStorageProxyImpl.write(BladeEvent event)
Writes a blade event in the storage system. |
Uses of ClifException in org.ow2.clif.supervisor.api |
---|
Methods in org.ow2.clif.supervisor.api that throw ClifException | |
---|---|
void |
TestControl.changeParameter(java.lang.String bladeId,
java.lang.String name,
java.io.Serializable text)
|
Uses of ClifException in org.ow2.clif.supervisor.lib |
---|
Methods in org.ow2.clif.supervisor.lib that throw ClifException | |
---|---|
void |
SupervisorImpl.changeParameter(java.lang.String bladeId,
java.lang.String name,
java.io.Serializable value)
Changes a blade parameter value. |
void |
SupervisorImpl.init(java.io.Serializable testId)
Initializes a new test for every blade in the deployed test plan. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |