org.omg.FT
Class CallLogRecord

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String client_id
           
 boolean executing
           
 long expiration_time
           
 java.lang.String operation
           
 int retention_id
           
 char type
           
 
Constructor Summary
CallLogRecord()
           
CallLogRecord(java.lang.String operation, java.lang.String client_id, int retention_id, long expiration_time, boolean executing, char type)
           
 
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

expiration_time

public long expiration_time

executing

public boolean executing

type

public char type
Constructor Detail

CallLogRecord

public CallLogRecord()

CallLogRecord

public CallLogRecord(java.lang.String operation,
                     java.lang.String client_id,
                     int retention_id,
                     long expiration_time,
                     boolean executing,
                     char type)