public class SessionObject extends Object implements SessionObjectAction, DataProvider, SampleAction
| Constructor and Description |
|---|
SessionObject(Map<String,String> params)
Constructor for specimen object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
createNewSessionObject() |
String |
doGet(String var) |
ActionEvent |
doSample(int number,
Map<String,String> params,
ActionEvent report) |
ActionEvent |
doStartConsumer(int number,
Map<String,String> params,
ActionEvent report) |
ActionEvent |
doStartProducer(int number,
Map<String,String> params,
ActionEvent report) |
void |
reset() |
public Object createNewSessionObject()
createNewSessionObject in interface SessionObjectActionSessionObjectAction.createNewSessionObject()public void close()
close in interface SessionObjectActionSessionObjectAction.close()public void reset()
reset in interface SessionObjectActionSessionObjectAction.reset()public String doGet(String var)
doGet in interface DataProviderorg.ow2.clif.scenario.isac.plugin.DataProvider#doGet()public ActionEvent doSample(int number, Map<String,String> params, ActionEvent report)
doSample in interface SampleActionpublic ActionEvent doStartConsumer(int number, Map<String,String> params, ActionEvent report)
public ActionEvent doStartProducer(int number, Map<String,String> params, ActionEvent report)
Copyright © 2020 OW2. All Rights Reserved.