UM Java API  6.16
com.latencybusters.lbm.LBMSetInflightCallbackEx Interface Reference

Public Member Functions

void setInflight (LBMFlightSizeInflightInfo inflight, Object cbArg)
 

Detailed Description

LBMSetInflightCallbackEx interface for setting both inflight messages and bytes.

Member Function Documentation

void com.latencybusters.lbm.LBMSetInflightCallbackEx.setInflight ( LBMFlightSizeInflightInfo  inflight,
Object  cbArg 
)

Callback for setting the inflight messages and bytes. This method is called with appropriate locking held such that the inflight values cannot change during the callback. Use the getters and setters of the inflight object to view and change the internal inflight values.

See also
LBMSource::setInflightEx
Parameters
inflightClass containing current inflight values with ability to set new values
cbArgCallback object specified with setInflight

The documentation for this interface was generated from the following file: