Package com.xensource.xenapi
Class EventBatch
java.lang.Object
com.xensource.xenapi.EventBatch
Class used to map the output of Event.from().
- Author:
- Cloud Software Group, Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe events returned by Event.from().A token that can be used in subsequent calls of Event.from().The number of valid objects of all types in the database. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
events
The events returned by Event.from(). -
validRefCounts
The number of valid objects of all types in the database. -
token
A token that can be used in subsequent calls of Event.from(). It represents the point from which to generate database events.
-
-
Constructor Details
-
EventBatch
public EventBatch()
-