org.omg.FT
Class CallLogRecordAS

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

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

See Also:
Serialized Form

Field Summary
 boolean bigEndian
           
 byte[] buffer
           
 CallLogRecord call_rec
           
 org.omg.GIOP.Version version
           
 
Constructor Summary
CallLogRecordAS()
           
CallLogRecordAS(CallLogRecord call_rec, byte[] buffer, boolean bigEndian, org.omg.GIOP.Version version)
           
 
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

buffer

public byte[] buffer

bigEndian

public boolean bigEndian

version

public org.omg.GIOP.Version version
Constructor Detail

CallLogRecordAS

public CallLogRecordAS()

CallLogRecordAS

public CallLogRecordAS(CallLogRecord call_rec,
                       byte[] buffer,
                       boolean bigEndian,
                       org.omg.GIOP.Version version)