org.omg.FT
Class UpdateLogRecord

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

public final class UpdateLogRecord
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
UpdateLogRecord()
           
UpdateLogRecord(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

UpdateLogRecord

public UpdateLogRecord()

UpdateLogRecord

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