|
UM .NET API
6.17
|
UM Transport Statistics base class. More...
Public Member Functions | |
| string | getApplicationSourceId () |
| Retrieve the application source identifier associated with this set of statistics. More... | |
| IPAddress | getSender () |
| Retrieve the IP sender address associated with this set of statistics. More... | |
| DateTime | getTimestamp () |
| Retrieve the timestamp associated with this set of statistics. More... | |
| long | getProcessId () |
| Retrieve the sender process ID associated with this set of statistics. More... | |
| long | getContextId () |
| Retrieve the sender context ID associated with this set of statistics. More... | |
| long | getObjectId () |
| Retrieve the sender object ID associated with this set of statistics. More... | |
| long | getSource () |
| Retrieve the source attribute from the statistics attribute block associated with this set of statistics. More... | |
UM Transport Statistics base class.
| string com.latencybusters.lbm.LBMStatistics.getApplicationSourceId | ( | ) |
Retrieve the application source identifier associated with this set of statistics.
This attribute is only set for remote statistics returned by the lbmmon infrastructure. For locally-gathered statistics, this method returns an undefined value.
| long com.latencybusters.lbm.LBMStatistics.getContextId | ( | ) |
Retrieve the sender context ID associated with this set of statistics.
This attribute is only set for remote statistics returned by the lbmmon infrastructure. For locally-gathered statistics, this method returns an undefined value.
| long com.latencybusters.lbm.LBMStatistics.getObjectId | ( | ) |
Retrieve the sender object ID associated with this set of statistics.
This attribute is only set for remote statistics returned by the lbmmon infrastructure. For locally-gathered statistics, this method returns an undefined value.
| long com.latencybusters.lbm.LBMStatistics.getProcessId | ( | ) |
Retrieve the sender process ID associated with this set of statistics.
This attribute is only set for remote statistics returned by the lbmmon infrastructure. For locally-gathered statistics, this method returns an undefined value.
| IPAddress com.latencybusters.lbm.LBMStatistics.getSender | ( | ) |
Retrieve the IP sender address associated with this set of statistics.
This attribute is only set for remote statistics returned by the lbmmon infrastructure. For locally-gathered statistics, this method returns an undefined value.
| long com.latencybusters.lbm.LBMStatistics.getSource | ( | ) |
Retrieve the source attribute from the statistics attribute block associated with this set of statistics.
This attribute is only set for remote statistics returned by the lbmmon infrastructure. For locally-gathered statistics, this method returns an undefined value. Compare return value to LBMMonitor.ATTR_SOURCE_NORMAL and LBMMonitor.ATTR_SOURCE_IM.
| DateTime com.latencybusters.lbm.LBMStatistics.getTimestamp | ( | ) |
Retrieve the timestamp associated with this set of statistics.
This attribute is only set for remote statistics returned by the lbmmon infrastructure. For locally-gathered statistics, this method returns an undefined value.