UM Java API
6.16.1
|
Public Member Functions | |
LBMStatistics () | |
LBMStatistics (UMMonAttributesProtos.UMMonAttributes attributes) throws LBMException | |
LBMStatistics (LBMMonitorReceiver lbmmonrcv, ByteBuffer attributeBuffer) throws LBMException | |
String | getApplicationSourceId () |
InetAddress | getSender () throws UnknownHostException |
Date | getTimestamp () |
long | getProcessId () |
long | getContextId () |
String | getContextInstance () |
long | getDomainId () |
String | displayString (String aString) |
UM Transport Statistics Base Class
com.latencybusters.lbm.LBMStatistics.LBMStatistics | ( | ) |
Instantiate an empty object containing no statistic attributes.
com.latencybusters.lbm.LBMStatistics.LBMStatistics | ( | UMMonAttributesProtos.UMMonAttributes | attributes | ) | throws LBMException |
Instantiate object containing the statistic attributes for a statistics packet.
attributes | An UMMonAttributesProtos.UMMonAttributes |
LBMException | if any error occurred retrieving statistic attributes. |
com.latencybusters.lbm.LBMStatistics.LBMStatistics | ( | LBMMonitorReceiver | lbmmonrcv, |
ByteBuffer | attributeBuffer | ||
) | throws LBMException |
Instantiate object containing the statistic attributes for a statistics packet.
lbmmonrcv | An LBM monitor receiver object |
attributeBuffer | An UMMonAttributesProtos.UMMonAttributes |
LBMException | if any error occurred retrieving statistic attributes. |
References com.latencybusters.lbm.LBM.EINVAL.
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.
Referenced by com.latencybusters.lbm.LBMStatistics.getDomainId().
long com.latencybusters.lbm.LBMStatistics.getContextId | ( | ) |
Retrieve the sending 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.
String com.latencybusters.lbm.LBMStatistics.getContextInstance | ( | ) |
Retrieve the sending context instance 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.
Referenced by com.latencybusters.lbm.LBMStatistics.getDomainId().
long com.latencybusters.lbm.LBMStatistics.getDomainId | ( | ) |
Retrieve the sending domain 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.
References com.latencybusters.lbm.LBMStatistics.getApplicationSourceId(), com.latencybusters.lbm.LBMStatistics.getContextInstance(), com.latencybusters.lbm.LBMStatistics.getSender(), and com.latencybusters.lbm.LBMStatistics.getTimestamp().
long com.latencybusters.lbm.LBMStatistics.getProcessId | ( | ) |
Retrieve the sending 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.
InetAddress com.latencybusters.lbm.LBMStatistics.getSender | ( | ) | throws UnknownHostException |
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.
UnknownHostException | if IP address is of illegal length. |
Referenced by com.latencybusters.lbm.LBMStatistics.getDomainId().
Date 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.
Referenced by com.latencybusters.lbm.LBMStatistics.getDomainId().