Uses of Class
com.xensource.xenapi.Console.Record
-
Uses of Console.Record in com.xensource.xenapi
Methods in com.xensource.xenapi that return Console.RecordModifier and TypeMethodDescriptionConsole.getRecord(Connection c) Get a record containing the current state of the given console.static Console.RecordTypes.toConsoleRecord(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 Console.RecordModifier and TypeMethodDescriptionstatic Map<Console,Console.Record> Console.getAllRecords(Connection c) Return a map of console references to console records for all consoles known to the system.static Map<Console,Console.Record> Types.toMapOfConsoleConsoleRecord(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 Console.RecordModifier and TypeMethodDescriptionstatic ConsoleConsole.create(Connection c, Console.Record record) Create a new console instance, and return its handle.static TaskConsole.createAsync(Connection c, Console.Record record) Create a new console instance, and return its handle.