com.xensource.xenapi
Class EventBatch

java.lang.Object
  extended by com.xensource.xenapi.EventBatch

public class EventBatch
extends java.lang.Object

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

events

public java.util.Set<Event.Record> events
The events returned by Event.from().


validRefCounts

public java.lang.Object validRefCounts
The number of valid objects of all types in the database.


token

public java.lang.String token
A token that can be used in subsequent calls of Event.from(). It represents the point from which to generate database events.

Constructor Detail

EventBatch

public EventBatch()