public class SessionObject extends Object implements SessionObjectAction, ControlAction, SampleAction, DataProvider
| Constructor and Description |
|---|
SessionObject(Hashtable params)
Constructor for specimen object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
createNewSessionObject() |
void |
doControl(int number,
Map params) |
String |
doGet(String var) |
ActionEvent |
doSample(int number,
Map params,
ActionEvent report) |
void |
reset() |
public SessionObject(Hashtable params)
params - key-value pairs for plugin parameterspublic Object createNewSessionObject()
createNewSessionObject in interface SessionObjectActionSessionObjectAction.createNewSessionObject()public void close()
close in interface SessionObjectActionSessionObjectAction.close()public void reset()
reset in interface SessionObjectActionSessionObjectAction.reset()public void doControl(int number,
Map params)
doControl in interface ControlActionorg.ow2.clif.scenario.isac.plugin.ControlAction#doControl()public ActionEvent doSample(int number, Map params, ActionEvent report)
doSample in interface SampleActionorg.ow2.clif.scenario.isac.plugin.SampleAction#doSample()public String doGet(String var)
doGet in interface DataProviderorg.ow2.clif.scenario.isac.plugin.DataProvider#doGet()Copyright © 2020 OW2. All Rights Reserved.