|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.LBMMonitor
public class LBMMonitor
LBM Monitor class.
Field Summary | |
---|---|
static int |
EAGAIN
LBM Monitor error: Insufficient resources. |
static int |
EALREADY
LBM Monitor error: Resource already registered. |
static int |
EINVAL
LBM Monitor error: An invalid argument was passed. |
static int |
ELBMFAIL
LBM Monitor error: A call to an LBM function failed. |
static int |
EMODFAIL
LBM Monitor error: A call to a module function failed. |
static int |
ENOMEM
LBM Monitor error: Out of memory. |
static int |
FORMAT_CSV
Format type: Comma-separated values |
static int |
TRANSPORT_LBM
Transport type: LBM |
static int |
TRANSPORT_LBMSNMP
Transport type: LBMSNMP |
static int |
TRANSPORT_UDP
Transport type: UDP |
Constructor Summary | |
---|---|
LBMMonitor()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FORMAT_CSV
public static final int TRANSPORT_LBM
public static final int TRANSPORT_UDP
public static final int TRANSPORT_LBMSNMP
public static final int EINVAL
public static final int ENOMEM
public static final int EMODFAIL
public static final int ELBMFAIL
public static final int EAGAIN
public static final int EALREADY
Constructor Detail |
---|
public LBMMonitor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |