UM Java API  6.12.1
com.latencybusters.lbm.LBMMonitor Class Reference

Static Public Attributes

static final int FORMAT_CSV = 0
 
static final int TRANSPORT_LBM = 0
 
static final int TRANSPORT_UDP = 1
 
static final int TRANSPORT_LBMSNMP = 2
 
static final int EINVAL = ERROR_BASE + 1
 
static final int ENOMEM = ERROR_BASE + 2
 
static final int EMODFAIL = ERROR_BASE + 3
 
static final int ELBMFAIL = ERROR_BASE + 4
 
static final int EAGAIN = ERROR_BASE + 5
 
static final int EALREADY = ERROR_BASE + 6
 

Detailed Description

LBM Monitor class.

Member Data Documentation

final int com.latencybusters.lbm.LBMMonitor.EAGAIN = ERROR_BASE + 5
static

LBM Monitor error: Insufficient resources.

final int com.latencybusters.lbm.LBMMonitor.EALREADY = ERROR_BASE + 6
static

LBM Monitor error: Resource already registered.

final int com.latencybusters.lbm.LBMMonitor.EINVAL = ERROR_BASE + 1
static

LBM Monitor error: An invalid argument was passed.

final int com.latencybusters.lbm.LBMMonitor.ELBMFAIL = ERROR_BASE + 4
static

LBM Monitor error: A call to an LBM function failed.

final int com.latencybusters.lbm.LBMMonitor.EMODFAIL = ERROR_BASE + 3
static

LBM Monitor error: A call to a module function failed.

final int com.latencybusters.lbm.LBMMonitor.ENOMEM = ERROR_BASE + 2
static

LBM Monitor error: Out of memory.

final int com.latencybusters.lbm.LBMMonitor.FORMAT_CSV = 0
static

Format type: Comma-separated values

final int com.latencybusters.lbm.LBMMonitor.TRANSPORT_LBM = 0
static

Transport type: LBM

final int com.latencybusters.lbm.LBMMonitor.TRANSPORT_LBMSNMP = 2
static

Transport type: LBMSNMP

final int com.latencybusters.lbm.LBMMonitor.TRANSPORT_UDP = 1
static

Transport type: UDP


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