All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ninja.xset.LogEntry

java.lang.Object
   |
   +----ninja.xset.LogEntry

public class LogEntry
extends Object
Class LogEntry ** Class that encapsulates the data pertaining to a given log entry. It offers methods to generate string log entries, as well as methods to parse those string entries back into objects.


Variable Index

 o LOGBEGIN
 o LOGEND
 o LOGTYPECHECKPOINT
 o LOGTYPEDELETE
 o LOGTYPEINSERT

Constructor Index

 o LogEntry(int, long, int)
 o LogEntry(String)

Method Index

 o getBeginEnd()
 o getLogType()
 o getSequenceID()
 o getTimestamp()
 o toString()

Variables

 o LOGTYPEINSERT
 public static final int LOGTYPEINSERT
 o LOGTYPEDELETE
 public static final int LOGTYPEDELETE
 o LOGTYPECHECKPOINT
 public static final int LOGTYPECHECKPOINT
 o LOGBEGIN
 public static final int LOGBEGIN
 o LOGEND
 public static final int LOGEND

Constructors

 o LogEntry
 public LogEntry(String stringLogEntry) throws RecoveryException
 o LogEntry
 public LogEntry(int lType,
                 long seqID,
                 int bEnd)

Methods

 o getLogType
 public int getLogType()
 o getBeginEnd
 public int getBeginEnd()
 o getSequenceID
 public long getSequenceID()
 o getTimestamp
 public long getTimestamp()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index