transaction
Class LogEntry

java.lang.Object
  extended by transaction.LogEntry

public class LogEntry
extends java.lang.Object


Nested Class Summary
static class LogEntry.LogType
           
 
Field Summary
 ResourceData afterImage
           
 java.lang.String reservation
           
 java.lang.String resourceID
           
 LogEntry.LogType type
           
 int xid
           
 
Constructor Summary
LogEntry()
           
LogEntry(int xid, LogEntry.LogType type)
           
LogEntry(int xid, java.lang.String resourceID, LogEntry.LogType type, ResourceData afterImage, java.lang.String reservation)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xid

public int xid

resourceID

public java.lang.String resourceID

reservation

public java.lang.String reservation

type

public LogEntry.LogType type

afterImage

public ResourceData afterImage
Constructor Detail

LogEntry

public LogEntry(int xid,
                java.lang.String resourceID,
                LogEntry.LogType type,
                ResourceData afterImage,
                java.lang.String reservation)

LogEntry

public LogEntry(int xid,
                LogEntry.LogType type)

LogEntry

public LogEntry()