com.latencybusters.lbm.sdm
Class LBMSDM

java.lang.Object
  extended by com.latencybusters.lbm.sdm.LBMSDM
Direct Known Subclasses:
LBMSDMessage, LBMSDMField, LBMSDMFields, LBMSDMFieldsAttribute, LBMSDMRaw

public class LBMSDM
extends java.lang.Object

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

debug_level

protected int debug_level
Debug mask for SDM implementation.

See Also:
set_debug_level

DEBUG_BASIC

public static final int DEBUG_BASIC
Debug flag for basic debug output

See Also:
Constant Field Values

DEBUG_VERBOSE_PARSING

public static final int DEBUG_VERBOSE_PARSING
Debug flag for verbose message parsing output

See Also:
Constant Field Values
Constructor Detail

LBMSDM

public LBMSDM()
Method Detail

set_debug_level

public void set_debug_level(int level)
Set the debug level for processing this SDM message. Currently all debugs go to standard out.


log

public void log(java.lang.String s)
Log an event. If debug level is set greater than 0, output to stderr



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.