|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionEvent | |
---|---|
org.ow2.clif.datacollector.api | API (Java interfaces and Fractal component types) specifying data collector components. |
org.ow2.clif.datacollector.lib | Generic implementations of data collectors. |
org.ow2.clif.scenario.isac.plugin | |
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. |
Uses of ActionEvent in org.ow2.clif.datacollector.api |
---|
Methods in org.ow2.clif.datacollector.api with parameters of type ActionEvent | |
---|---|
boolean |
DataCollectorFilter.accept(ActionEvent action)
|
void |
DataCollectorWrite.add(ActionEvent action)
Add a new action (injection) event |
Uses of ActionEvent in org.ow2.clif.datacollector.lib |
---|
Methods in org.ow2.clif.datacollector.lib with parameters of type ActionEvent | |
---|---|
boolean |
GenericFilter.accept(ActionEvent action)
|
void |
InjectorDataCollector.add(ActionEvent event)
new measure available => call super class' add() method and compute statistics |
void |
AbstractDataCollector.add(ActionEvent action)
Add a new measure - simply transmit it to the Storage Proxy component unless it is rejected by current DataCollectorFilter. |
Uses of ActionEvent in org.ow2.clif.scenario.isac.plugin |
---|
Methods in org.ow2.clif.scenario.isac.plugin that return ActionEvent | |
---|---|
ActionEvent |
SampleAction.doSample(int number,
java.util.Map<java.lang.String,java.lang.String> params,
ActionEvent report)
|
Methods in org.ow2.clif.scenario.isac.plugin with parameters of type ActionEvent | |
---|---|
ActionEvent |
SampleAction.doSample(int number,
java.util.Map<java.lang.String,java.lang.String> params,
ActionEvent report)
|
Uses of ActionEvent in org.ow2.clif.scenario.multithread |
---|
Methods in org.ow2.clif.scenario.multithread that return ActionEvent | |
---|---|
ActionEvent |
MTScenarioSession.action(ActionEvent report)
Performs an injection action and returns the corresponding test report (response time, etc.). |
Methods in org.ow2.clif.scenario.multithread with parameters of type ActionEvent | |
---|---|
ActionEvent |
MTScenarioSession.action(ActionEvent report)
Performs an injection action and returns the corresponding test report (response time, etc.). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |