org.omg.FT
Class RequestLogRecord

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String client_id
           
 java.lang.String operation
           
 int retention_id
           
 org.omg.CORBA.Object server
           
 
Constructor Summary
RequestLogRecord()
           
RequestLogRecord(java.lang.String operation, java.lang.String client_id, int retention_id, org.omg.CORBA.Object server)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

operation

public java.lang.String operation

client_id

public java.lang.String client_id

retention_id

public int retention_id

server

public org.omg.CORBA.Object server
Constructor Detail

RequestLogRecord

public RequestLogRecord()

RequestLogRecord

public RequestLogRecord(java.lang.String operation,
                        java.lang.String client_id,
                        int retention_id,
                        org.omg.CORBA.Object server)