| 
                  VisiBroker for Java  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.DsLogAdmin.LogRecord
public final class LogRecord
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.
| 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 | 
|---|
public long id
public long time
public NVPair[] attr_list
public Any info
| Constructor Detail | 
|---|
public LogRecord()
public LogRecord(long id,
                 long time,
                 NVPair[] attr_list,
                 Any info)
  | 
                 
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||