org.omg.FT
Class ReplyLogRecord

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String client_id
           
 long expiration_time
           
 org.omg.CORBA.Any reply
           
 org.omg.CORBA.Any[] reply_arguments
           
 int retention_id
           
 char type
           
 
Constructor Summary
ReplyLogRecord()
           
ReplyLogRecord(java.lang.String client_id, int retention_id, long expiration_time, org.omg.CORBA.Any reply, org.omg.CORBA.Any[] reply_arguments, char type)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

client_id

public java.lang.String client_id

retention_id

public int retention_id

expiration_time

public long expiration_time

reply

public org.omg.CORBA.Any reply

reply_arguments

public org.omg.CORBA.Any[] reply_arguments

type

public char type
Constructor Detail

ReplyLogRecord

public ReplyLogRecord()

ReplyLogRecord

public ReplyLogRecord(java.lang.String client_id,
                      int retention_id,
                      long expiration_time,
                      org.omg.CORBA.Any reply,
                      org.omg.CORBA.Any[] reply_arguments,
                      char type)