|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyPlayer
Interface used to take demands control in test modes.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
static java.lang.String |
NEW_MARKER
Marker for new objects created when recording scenario. |
Method Summary | |
---|---|
void |
addValue(java.lang.String key,
java.lang.String value,
boolean name)
Adds a pair key-value to the session. |
void |
free()
Free this player. |
int |
getDelay()
Gets delay between each event. |
java.lang.String |
getValue(java.lang.String key,
boolean name)
Retrieves a value from a registered key. |
void |
handleException(java.lang.Throwable t)
Method called when an exception occured during the session proccessing. |
boolean |
isPlaying()
Indicates if this player is playing a scenario. |
boolean |
isRecording()
Indicates if this player is recording a scenario. |
boolean |
playNext()
Used in test mode to play next demand in test file. |
Field Detail |
---|
static final java.lang.String __VERSION
static final java.lang.String NEW_MARKER
Method Detail |
---|
boolean playNext()
int getDelay()
void free()
boolean isPlaying()
boolean isRecording()
void addValue(java.lang.String key, java.lang.String value, boolean name)
key
- The key that must be stored.value
- The value that must be stored with the key.name
- Boolean indicating if the stored value corresponds to an object name.getValue(java.lang.String, boolean)
java.lang.String getValue(java.lang.String key, boolean name)
key
- The key that must be used.name
- Boolean indicating if the stored value corresponds to an object name.
addValue(java.lang.String, java.lang.String, boolean)
void handleException(java.lang.Throwable t)
t
- The throwable instance that stopped the processing.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |