FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
monitor.subscribe("com.apama.UserStatus:myStatusKey")Additionally, a UserStatusChanged event will be sent (on the same channel described above) when a status key is added or removed. When added the previousValue will be "" and when removed the newValue will be "".
Field summary | |
---|---|
string | key The key of the status item. This is the same key used in the com.apama.correlator.Component#setUserStatus() and com.apama.correlator.EngineStatus#getUserString() actions. |
string | previousValue The previous value of the status item. |
string | newValue The new (current) value of the status item. |
Field detail |
---|
string keyThe key of the status item. This is the same key used in the com.apama.correlator.Component#setUserStatus() and com.apama.correlator.EngineStatus#getUserString() actions.
string newValueThe new (current) value of the status item.
string previousValueThe previous value of the status item.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |