com.apamax.client.connection
Event ClientHeartBeatMonitor



Member summary
 chunkdeadWeight

The deadWeight chunk is included in this event to ensure it cannot be routed.
 com.apama.dataview.DataViewManagerdvManager

The dataview publisher used to create the dataviews.
 com.apama.dataview.DataViewResultdvResult
 
Action summary
 voidaddUser(string userId)

Used to add a user dataview row.
 voiddefine()

Used to define the heartbeat dataview.
 sequence<string>getRow(string userId, boolean pulse)

This internal action constructs the rows to display upon a pulse up and down.
 voidpulse(string userId, boolean pulse)
 voidremoveUser(string userId)

Used to remove user.
 
Member detail

deadWeight

chunk deadWeight
The deadWeight chunk is included in this event to ensure it cannot be routed.

dvManager

com.apama.dataview.DataViewManager dvManager
The dataview publisher used to create the dataviews.

dvResult

com.apama.dataview.DataViewResult dvResult

Action detail

addUser

void addUser(string userId)
Used to add a user dataview row.
Parameters:
userId

define

void define()
Used to define the heartbeat dataview.

getRow

sequence<string> getRow(string userId, boolean pulse)
This internal action constructs the rows to display upon a pulse up and down.
Parameters:
userId
pulse

pulse

void pulse(string userId, boolean pulse)
Parameters:
userId
pulse

removeUser

void removeUser(string userId)
Used to remove user.
Parameters:
userId