|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.EventBatch
public class EventBatch
Class used to map the output of Event.from().
Field Summary | |
---|---|
java.util.Set<Event.Record> |
events
The events returned by Event.from(). |
java.lang.String |
token
A token that can be used in subsequent calls of Event.from(). |
java.lang.Object |
validRefCounts
The number of valid objects of all types in the database. |
Constructor Summary | |
---|---|
EventBatch()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Set<Event.Record> events
public java.lang.Object validRefCounts
public java.lang.String token
Constructor Detail |
---|
public EventBatch()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |