com.xensource.xenapi
Class EventBatch
java.lang.Object
com.xensource.xenapi.EventBatch
public class EventBatch
- extends Object
Class used to map the output of Event.from().
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
events
public Set<Event.Record> events
- The events returned by Event.from().
validRefCounts
public Object validRefCounts
- The number of valid objects of all types in the database.
token
public String token
- A token that can be used in subsequent calls of Event.from().
It represents the point from which to generate database events.
EventBatch
public EventBatch()