org.eclipse.emf.transaction.internal
Class EMFTransactionDebugOptions

java.lang.Object
  extended by org.eclipse.emf.transaction.internal.EMFTransactionDebugOptions

public class EMFTransactionDebugOptions
extends Object

The debug options available for this plug-in.


Field Summary
static String DEBUG
           
static String EXCEPTIONS_CATCHING
           
static String EXCEPTIONS_THROWING
           
static String LOCKING
           
static String METHODS_ENTERING
           
static String METHODS_EXITING
           
static String TRANSACTIONS
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final String DEBUG

EXCEPTIONS_CATCHING

public static final String EXCEPTIONS_CATCHING

EXCEPTIONS_THROWING

public static final String EXCEPTIONS_THROWING

METHODS_ENTERING

public static final String METHODS_ENTERING

METHODS_EXITING

public static final String METHODS_EXITING

LOCKING

public static final String LOCKING

TRANSACTIONS

public static final String TRANSACTIONS

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.