HawkListener:getChannels
Method
Purpose
This method (on all platforms) gets information on the multicast channels on this server.
Remarks
Type
Synchronous, IMPACT_INFO
Arguments
None.
Returns
Name |
Type |
Description |
name |
String |
Name of the channel |
address |
String |
Channel address |
interface |
String |
Channel interface |
ttl |
Integer |
Number of channel ttl |
priority |
Integer |
Number of channel priority |
maxrate |
Long |
The value indicating channel maximum rate |
maxtime |
Long |
The value indicating channel maximum time |
active |
Boolean |
The flag passed to indicate whether the channel is active |
backlogCount |
Long |
The value indicating the number of messages waiting to be transmitted |
backlogSize |
Long |
The value indicating the number of bytes waiting to be transmitted |
transmittedBytes |
Long |
The value indicating the number of bytes transmitted |
retransmittedBytes |
Long |
The value indicating the number of bytes retransmitted |
bufferedBytes |
Long |
The value indicating the number of bytes buffered for retransmission |
channelByteRate |
Long |
The value indicating the channel bytes per second |
channelMessageRate |
Long |
The value indicating the channel messages per second |
channelTotalBytes |
Long |
The value indicating the channel total message bytes |
channelTotalMessages |
Long |
The value indicating the channel total messages |