com.latencybusters.lbm
Class LBMMonitor

java.lang.Object
  extended by com.latencybusters.lbm.LBMMonitor

public class LBMMonitor
extends java.lang.Object

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

FORMAT_CSV

public static final int FORMAT_CSV
Format type: Comma-separated values

See Also:
Constant Field Values

TRANSPORT_LBM

public static final int TRANSPORT_LBM
Transport type: LBM

See Also:
Constant Field Values

TRANSPORT_UDP

public static final int TRANSPORT_UDP
Transport type: UDP

See Also:
Constant Field Values

TRANSPORT_LBMSNMP

public static final int TRANSPORT_LBMSNMP
Transport type: LBMSNMP

See Also:
Constant Field Values

EINVAL

public static final int EINVAL
LBM Monitor error: An invalid argument was passed.

See Also:
Constant Field Values

ENOMEM

public static final int ENOMEM
LBM Monitor error: Out of memory.

See Also:
Constant Field Values

EMODFAIL

public static final int EMODFAIL
LBM Monitor error: A call to a module function failed.

See Also:
Constant Field Values

ELBMFAIL

public static final int ELBMFAIL
LBM Monitor error: A call to an LBM function failed.

See Also:
Constant Field Values

EAGAIN

public static final int EAGAIN
LBM Monitor error: Insufficient resources.

See Also:
Constant Field Values

EALREADY

public static final int EALREADY
LBM Monitor error: Resource already registered.

See Also:
Constant Field Values
Constructor Detail

LBMMonitor

public LBMMonitor()


All of the documentation and software included in this and any other Informatica Inc "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with 29West Inc. Copyright © 2004-2014, Informatica, Inc. All Rights Reserved.