com.arjuna.ats.txoj
Class ConflictType

java.lang.Object
  extended by com.arjuna.ats.txoj.ConflictType

public class ConflictType
extends Object

The various types of lock conflict that can occur when trying to set a lock.


Field Summary
static int COMPATIBLE
           
static int CONFLICT
           
static int PRESENT
           
 
Constructor Summary
ConflictType()
           
 
Method Summary
static void print(PrintWriter strm, int c)
          Print a human-readable form of the conflict type.
static String stringForm(int c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFLICT

public static final int CONFLICT
See Also:
Constant Field Values

COMPATIBLE

public static final int COMPATIBLE
See Also:
Constant Field Values

PRESENT

public static final int PRESENT
See Also:
Constant Field Values
Constructor Detail

ConflictType

public ConflictType()
Method Detail

stringForm

public static String stringForm(int c)

print

public static void print(PrintWriter strm,
                         int c)
Print a human-readable form of the conflict type.



Copyright © 2011. All Rights Reserved.