|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.sdm.LBMSDM
public class LBMSDM
class LBMSDM is the parent class from which the core SDM functionality derives.
Field Summary | |
---|---|
static int |
DEBUG_BASIC
Debug flag for basic debug output |
protected int |
debug_level
Debug mask for SDM implementation. |
static int |
DEBUG_VERBOSE_PARSING
Debug flag for verbose message parsing output |
Constructor Summary | |
---|---|
LBMSDM()
|
Method Summary | |
---|---|
void |
log(java.lang.String s)
Log an event. |
void |
set_debug_level(int level)
Set the debug level for processing this SDM message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int debug_level
set_debug_level
public static final int DEBUG_BASIC
public static final int DEBUG_VERBOSE_PARSING
Constructor Detail |
---|
public LBMSDM()
Method Detail |
---|
public void set_debug_level(int level)
public void log(java.lang.String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |