Uses of Class
transaction.LogEntry.LogType

Packages that use LogEntry.LogType
transaction   
 

Uses of LogEntry.LogType in transaction
 

Fields in transaction declared as LogEntry.LogType
 LogEntry.LogType LogEntry.type
           
 

Methods in transaction that return LogEntry.LogType
static LogEntry.LogType LogEntry.LogType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LogEntry.LogType[] LogEntry.LogType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in transaction with parameters of type LogEntry.LogType
 boolean LogManager.log(int xid, java.lang.String resourceID, LogEntry.LogType type, ResourceData afterImage, java.lang.String reservation)
           
 

Constructors in transaction with parameters of type LogEntry.LogType
LogEntry(int xid, LogEntry.LogType type)
           
LogEntry(int xid, java.lang.String resourceID, LogEntry.LogType type, ResourceData afterImage, java.lang.String reservation)