|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataCollectorWrite
Interface for collecting information generated by a blade.
Field Summary | |
---|---|
static java.lang.String |
DATA_COLLECTOR_WRITE
|
Method Summary | |
---|---|
void |
add(ActionEvent action)
Add a new action (injection) event |
void |
add(AlarmEvent alarm)
Add a new alarm |
void |
add(LifeCycleEvent event)
Add a new lifecycle event |
void |
add(ProbeEvent measure)
Add a new probe (measure) event |
void |
init(java.io.Serializable testId,
java.lang.String bladeId)
Initialize a test |
void |
setFilter(DataCollectorFilter filter)
Sets a filter selecting generated events forwarded to Storage |
void |
terminate()
End of a test |
Field Detail |
---|
static final java.lang.String DATA_COLLECTOR_WRITE
Method Detail |
---|
void init(java.io.Serializable testId, java.lang.String bladeId)
testId
- test identifierbladeId
- scenario identifiervoid terminate()
void add(LifeCycleEvent event)
event
- new lifecycle eventvoid add(ActionEvent action)
action
- new measurevoid add(AlarmEvent alarm)
alarm
- new alarm eventvoid add(ProbeEvent measure)
measure
- void setFilter(DataCollectorFilter filter)
filter
- event filter; a null filter forwards all events to Storage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |