com.arjuna.ats.jdbc.logging
Class FacilityCode

java.lang.Object
  extended bycom.arjuna.common.util.logging.FacilityCode
      extended bycom.arjuna.ats.jdbc.logging.FacilityCode

public class FacilityCode
extends com.arjuna.common.util.logging.FacilityCode


Field Summary
static long FAC_JDBC
           
 
Fields inherited from class com.arjuna.common.util.logging.FacilityCode
FAC_ALL, FAC_NONE
 
Constructor Summary
FacilityCode()
           
 
Method Summary
 long getLevel(java.lang.String level)
           
 java.lang.String printString(long level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAC_JDBC

public static final long FAC_JDBC
See Also:
Constant Field Values
Constructor Detail

FacilityCode

public FacilityCode()
Method Detail

getLevel

public long getLevel(java.lang.String level)

printString

public java.lang.String printString(long level)
Returns:
the string representation of the facility level. Note, this string is intended only for debugging purposes, and cannot be fed back into the debug system to obtain the facility level that it represents.
Since:
JTS 2.1.2.