com.arjuna.ats.jta.logging
Class FacilityCode

java.lang.Object
  extended by com.arjuna.common.util.logging.FacilityCode
      extended by com.arjuna.ats.jta.logging.FacilityCode

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


Field Summary
static long FAC_JTA
           
 
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_JTA

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

FacilityCode

public FacilityCode()
Method Detail

getLevel

public long getLevel(java.lang.String level)
Overrides:
getLevel in class com.arjuna.common.util.logging.FacilityCode

printString

public java.lang.String printString(long level)
Overrides:
printString in class com.arjuna.common.util.logging.FacilityCode
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.