VisiBroker for Java

org.omg.DsLogAdmin
Class LogRecord

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

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

Log records are created as a result of the receipt of events or notifications, either via the event or notification channel, or by explicitly invoking one of the write operations.

See Also:
Serialized Form

Field Summary
 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.
 Any info
          The event data stored in a CORBA any.
 long time
          Timestamp indicating the time an event is logged.
 
Constructor Summary
LogRecord()
           
LogRecord(long id, long time, NVPair[] attr_list, Any info)
           
 
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 an event is 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.


info

public Any info
The event data stored in a CORBA any. Note that a structured or typed event can be wrapped in a CORBA any as specified by the Notification Service specification

Constructor Detail

LogRecord

public LogRecord()

LogRecord

public LogRecord(long id,
                 long time,
                 NVPair[] attr_list,
                 Any info)

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