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