Uses of Class
com.xensource.xenapi.Observer.Record
-
Uses of Observer.Record in com.xensource.xenapi
Methods in com.xensource.xenapi that return Observer.RecordModifier and TypeMethodDescriptionObserver.getRecord
(Connection c) Get a record containing the current state of the given Observer.static Observer.Record
Types.toObserverRecord
(Object object) Methods in com.xensource.xenapi that return types with arguments of type Observer.RecordModifier and TypeMethodDescriptionstatic Map<Observer,
Observer.Record> Observer.getAllRecords
(Connection c) Return a map of Observer references to Observer records for all Observers known to the system.static Map<Observer,
Observer.Record> Types.toMapOfObserverObserverRecord
(Object object) Methods in com.xensource.xenapi with parameters of type Observer.RecordModifier and TypeMethodDescriptionstatic Observer
Observer.create
(Connection c, Observer.Record record) Create a new Observer instance, and return its handle.static Task
Observer.createAsync
(Connection c, Observer.Record record) Create a new Observer instance, and return its handle.