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.RecordTypes.toObserverRecord(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.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) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi with parameters of type Observer.RecordModifier and TypeMethodDescriptionstatic ObserverObserver.create(Connection c, Observer.Record record) Create a new Observer instance, and return its handle.static TaskObserver.createAsync(Connection c, Observer.Record record) Create a new Observer instance, and return its handle.