org.omg.FT
Class CallLogRecordPAR

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

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

See Also:
Serialized Form

Field Summary
 org.omg.Dynamic.Parameter[] arguments
           
 CallLogRecord call_rec
           
 long timestamp
           
 
Constructor Summary
CallLogRecordPAR()
           
CallLogRecordPAR(CallLogRecord call_rec, org.omg.Dynamic.Parameter[] arguments, long timestamp)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

call_rec

public CallLogRecord call_rec

arguments

public org.omg.Dynamic.Parameter[] arguments

timestamp

public long timestamp
Constructor Detail

CallLogRecordPAR

public CallLogRecordPAR()

CallLogRecordPAR

public CallLogRecordPAR(CallLogRecord call_rec,
                        org.omg.Dynamic.Parameter[] arguments,
                        long timestamp)