org.omg.FT
Class CheckpointLogRecord

java.lang.Object
  |
  +--org.omg.FT.CheckpointLogRecord
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class CheckpointLogRecord
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 int current_retention_id
           
 byte[] state
           
 long timestamp
           
 
Constructor Summary
CheckpointLogRecord()
           
CheckpointLogRecord(byte[] state, long timestamp, int current_retention_id)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

state

public byte[] state

timestamp

public long timestamp

current_retention_id

public int current_retention_id
Constructor Detail

CheckpointLogRecord

public CheckpointLogRecord()

CheckpointLogRecord

public CheckpointLogRecord(byte[] state,
                           long timestamp,
                           int current_retention_id)