UM Java API  6.16
com.latencybusters.lbm.sdm.LBMSDM Class Reference

Class LBMSDM is the parent class from which the core SDM functionality derives. See Self Describing Messaging for general information on SDM. More...

Inheritance diagram for com.latencybusters.lbm.sdm.LBMSDM:
com.latencybusters.lbm.sdm.LBMSDMessage com.latencybusters.lbm.sdm.LBMSDMField com.latencybusters.lbm.sdm.LBMSDMFields com.latencybusters.lbm.sdm.LBMSDMFieldsAttribute com.latencybusters.lbm.sdm.LBMSDMRaw com.latencybusters.lbm.sdm.LBMSDMFieldBlob com.latencybusters.lbm.sdm.LBMSDMFieldBool com.latencybusters.lbm.sdm.LBMSDMFieldDecimal com.latencybusters.lbm.sdm.LBMSDMFieldDouble com.latencybusters.lbm.sdm.LBMSDMFieldFloat com.latencybusters.lbm.sdm.LBMSDMFieldInt16 com.latencybusters.lbm.sdm.LBMSDMFieldInt32 com.latencybusters.lbm.sdm.LBMSDMFieldInt64 com.latencybusters.lbm.sdm.LBMSDMFieldInt8 com.latencybusters.lbm.sdm.LBMSDMFieldMessage com.latencybusters.lbm.sdm.LBMSDMFieldString com.latencybusters.lbm.sdm.LBMSDMFieldTimestamp com.latencybusters.lbm.sdm.LBMSDMFieldUint16 com.latencybusters.lbm.sdm.LBMSDMFieldUint32 com.latencybusters.lbm.sdm.LBMSDMFieldUint64 com.latencybusters.lbm.sdm.LBMSDMFieldUint8 com.latencybusters.lbm.sdm.LBMSDMFieldUnicode com.latencybusters.lbm.sdm.LBMSDMRawBlob com.latencybusters.lbm.sdm.LBMSDMRawDecimal com.latencybusters.lbm.sdm.LBMSDMRawDouble com.latencybusters.lbm.sdm.LBMSDMRawFloat com.latencybusters.lbm.sdm.LBMSDMRawInt64 com.latencybusters.lbm.sdm.LBMSDMRawTimestamp com.latencybusters.lbm.sdm.LBMSDMRawUint16 com.latencybusters.lbm.sdm.LBMSDMRawUint32 com.latencybusters.lbm.sdm.LBMSDMRawUint64

Public Member Functions

void set_debug_level (int level)
 
void log (String s)
 

Static Public Attributes

static final int DEBUG_BASIC = 1
 
static final int DEBUG_VERBOSE_PARSING = 2
 

Protected Attributes

int debug_level = 0
 

Detailed Description

Class LBMSDM is the parent class from which the core SDM functionality derives. See Self Describing Messaging for general information on SDM.

Member Function Documentation

void com.latencybusters.lbm.sdm.LBMSDM.set_debug_level ( int  level)

Set the debug level for processing this SDM message. Currently all debugs go to standard out.

Member Data Documentation

final int com.latencybusters.lbm.sdm.LBMSDM.DEBUG_BASIC = 1
static

Debug flag for basic debug output

final int com.latencybusters.lbm.sdm.LBMSDM.DEBUG_VERBOSE_PARSING = 2
static

Debug flag for verbose message parsing output


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