FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action summary | |
---|---|
void |
clear()
Clear all items/rows from the DataView. |
void |
create(context mainContext, com.apama.utils.Params config, com.apama.utils.Params display)
Create a new DataView containing a row per Key:Value pair from the supplied Params event. |
void |
delete()
Unregister and delete the DataView. |
void |
onSpawn()
Must be called after spawning to clear out its instance state and register the context with the ScenarioService. |
void |
update(com.apama.utils.Params display)
Update the current DataView to contain the entries from the supplied Params events. |
Action detail |
---|
void clear()Clear all items/rows from the DataView.
void create(context mainContext, com.apama.utils.Params config, com.apama.utils.Params display)Create a new DataView containing a row per Key:Value pair from the supplied Params event.
void delete()Unregister and delete the DataView.
void onSpawn()Must be called after spawning to clear out its instance state and register the context with the ScenarioService.
void update(com.apama.utils.Params display)Update the current DataView to contain the entries from the supplied Params events.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |