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.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.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.