org.omg.FT
Class LogRecord

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

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

See Also:
Serialized Form

Field Summary
 long target
           
 SomeLogRecord the_log_record
           
 
Constructor Summary
LogRecord()
           
LogRecord(long target, SomeLogRecord the_log_record)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

target

public long target

the_log_record

public SomeLogRecord the_log_record
Constructor Detail

LogRecord

public LogRecord()

LogRecord

public LogRecord(long target,
                 SomeLogRecord the_log_record)