Uses of Class
com.xensource.xenapi.Observer
-
Uses of Observer in com.xensource.xenapi
Methods in com.xensource.xenapi that return ObserverModifier and TypeMethodDescriptionstatic ObserverObserver.create(Connection c, Observer.Record record) Create a new Observer instance, and return its handle.static ObserverObserver.getByUuid(Connection c, String uuid) Get a reference to the Observer instance with the specified UUID.static ObserverTypes.toObserver(Task task, Connection connection) Methods in com.xensource.xenapi that return types with arguments of type ObserverModifier and TypeMethodDescriptionObserver.getAll(Connection c) Return a list of all the Observers known to the system.static Map<Observer,Observer.Record> Observer.getAllRecords(Connection c) Return a map of Observer references to Observer records for all Observers known to the system.Observer.getByNameLabel(Connection c, String label) Get all the Observer instances with the given label.