public class SessionObject extends Random implements SessionObjectAction, SampleAction, TimerAction, ControlAction, DataProvider
"value", which turns to be a constant;
"min" and "max";
"parameter"
setting both the duration mean and deviation.
min,
maximum duration given by parameter max,
duration mean given by parameter mean, and
duration deviation given by parameter deviation
min
and duration mean given by parameter mean
| Modifier and Type | Field and Description |
|---|---|
static String |
ENABLE_CBX |
| Constructor and Description |
|---|
SessionObject() |
SessionObject(Map<String,String> params) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
createNewSessionObject() |
void |
doControl(int id,
Map<String,String> params) |
String |
doGet(String arg) |
ActionEvent |
doSample(int number,
Map<String,String> params,
ActionEvent report) |
long |
doTimer(int number,
Map<String,String> params) |
void |
reset() |
getInputStream, nextGaussian, nextNegativeExponential, nextPoisson, nextStringBuilder, nextUniformpublic static final String ENABLE_CBX
public Object createNewSessionObject()
createNewSessionObject in interface SessionObjectActionpublic void reset()
reset in interface SessionObjectActionpublic void close()
close in interface SessionObjectActionpublic ActionEvent doSample(int number, Map<String,String> params, ActionEvent report)
doSample in interface SampleActionpublic long doTimer(int number,
Map<String,String> params)
doTimer in interface TimerActionpublic String doGet(String arg)
doGet in interface DataProviderpublic void doControl(int id,
Map<String,String> params)
doControl in interface ControlActionCopyright © 2020 OW2. All Rights Reserved.