VisiBroker for Java

org.omg.DsTypedEventLogAdmin
Class TypedLogRecord

java.lang.Object
  extended by org.omg.DsTypedEventLogAdmin.TypedLogRecord
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class TypedLogRecord
extends java.lang.Object
implements IDLEntity

Typed events can also be stored in a typed log as TypedLogRecord.

See Also:
Serialized Form

Field Summary
 Any[] arg_list
          Argument list that contains the event data.
 NVPair[] attr_list
          User defined name/value pairs that are not a part of the event received by the log.
 long id
          Unique number assigned to the record by the log.
 java.lang.String interface_id
          Repository id of the interface that sent the typed event.
 java.lang.String operation_name
          Name of the operation that emitted the typed event.
 long time
          Timestamp indicating the time the event was logged.
 
Constructor Summary
TypedLogRecord()
           
TypedLogRecord(long id, long time, NVPair[] attr_list, java.lang.String interface_id, java.lang.String operation_name, Any[] arg_list)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public long id
Unique number assigned to the record by the log.


time

public long time
Timestamp indicating the time the event was logged.


attr_list

public NVPair[] attr_list
User defined name/value pairs that are not a part of the event received by the log. These attributes contain log record related information and can be queried or modified.


interface_id

public java.lang.String interface_id
Repository id of the interface that sent the typed event.


operation_name

public java.lang.String operation_name
Name of the operation that emitted the typed event.


arg_list

public Any[] arg_list
Argument list that contains the event data.

Constructor Detail

TypedLogRecord

public TypedLogRecord()

TypedLogRecord

public TypedLogRecord(long id,
                      long time,
                      NVPair[] attr_list,
                      java.lang.String interface_id,
                      java.lang.String operation_name,
                      Any[] arg_list)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online