org.exolab.core.database.recman
Class PMDTransactionCache.TranLogEntry

java.lang.Object
  extended byorg.exolab.core.database.recman.PMDTransactionCache.TranLogEntry
Enclosing class:
org.exolab.core.database.recman.PMDTransactionCache

protected static class PMDTransactionCache.TranLogEntry
extends java.lang.Object

The protected static inner class is used to define an object transaction log entry. These are entries relared to the database objects


Field Summary
static int CREATED
           
static int DELETED
           
static int UPDATED
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATED

public static final int CREATED
See Also:
Constant Field Values

DELETED

public static final int DELETED
See Also:
Constant Field Values

UPDATED

public static final int UPDATED
See Also:
Constant Field Values


Copyright © 1999-2005 The Exolab Group. All Rights Reserved.