|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.Event.Record
public static class Event.Record
Represents all the fields in a Event
| Field Summary | |
|---|---|
java.lang.String |
clazz
The name of the class of the object that changed |
java.lang.Long |
id
An ID, monotonically increasing, and local to the current session |
java.lang.String |
objUuid
The uuid of the object that changed |
Types.EventOperation |
operation
The operation that was performed |
java.lang.String |
ref
A reference to the object that changed |
java.lang.Object |
snapshot
The record of the database object that was added, changed or deleted (the actual type will be VM.Record, VBD.Record or similar) |
java.util.Date |
timestamp
The time at which the event occurred |
| Constructor Summary | |
|---|---|
Event.Record()
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a event.Record to a Map |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.Long id
public java.util.Date timestamp
public java.lang.String clazz
public Types.EventOperation operation
public java.lang.String ref
public java.lang.String objUuid
public java.lang.Object snapshot
| Constructor Detail |
|---|
public Event.Record()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap in interface Types.Record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||