class LBMSDM is the parent class from which the core SDM functionality derives. See Self Describing Messaging for general information on SDM.
More...
|
virtual void | set_debug_level (int level) |
| Set the debug level for processing this SDM message. Currently all debugs go to standard out. More...
|
|
virtual void | log (System.String s) |
| Log an event. If debug level is set greater than 0, output to stderr. More...
|
|
System.Object | Clone () |
| Get a copy of this object. More...
|
|
class LBMSDM is the parent class from which the core SDM functionality derives. See Self Describing Messaging for general information on SDM.
System.Object com.latencybusters.lbm.sdm.LBMSDM.Clone |
( |
| ) |
|
Get a copy of this object.
- Returns
- A new object with a copy
virtual void com.latencybusters.lbm.sdm.LBMSDM.log |
( |
System.String |
s | ) |
|
|
virtual |
Log an event. If debug level is set greater than 0, output to stderr.
- Parameters
-
s | String containing the event to log |
virtual void com.latencybusters.lbm.sdm.LBMSDM.set_debug_level |
( |
int |
level | ) |
|
|
virtual |
Set the debug level for processing this SDM message. Currently all debugs go to standard out.
- Parameters
-
The documentation for this class was generated from the following file: