Uses of Class
com.xensource.xenapi.Message
-
Uses of Message in com.xensource.xenapi
Methods in com.xensource.xenapi that return MessageModifier and TypeMethodDescriptionstatic MessageMessage.create(Connection c, String name, Long priority, Types.Cls cls, String objUuid, String body) Minimum allowed role: pool-operator First published in XenServer 5.0.static MessageMessage.getByUuid(Connection c, String uuid) Minimum allowed role: read-only First published in XenServer 5.0.static MessageTypes.toMessage(Task task, Connection connection) static MessageDeprecated.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 MessageModifier and TypeMethodDescriptionstatic Map<Message,Message.Record> Message.get(Connection c, Types.Cls cls, String objUuid, Date since) Minimum allowed role: read-only First published in XenServer 5.0.Message.getAll(Connection c) Minimum allowed role: read-only First published in XenServer 5.0.static Map<Message,Message.Record> Message.getAllRecords(Connection c) Minimum allowed role: read-only First published in XenServer 5.0.static Map<Message,Message.Record> Message.getAllRecordsWhere(Connection c, String expr) Minimum allowed role: read-only First published in XenServer 5.0.static Map<Message,Message.Record> Message.getSince(Connection c, Date since) Minimum allowed role: read-only First published in XenServer 5.0.static Map<Message,Message.Record> Types.toMapOfMessageMessageRecord(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfMessage(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Method parameters in com.xensource.xenapi with type arguments of type MessageModifier and TypeMethodDescriptionstatic voidMessage.destroyMany(Connection c, Set<Message> messages) Minimum allowed role: pool-operator Experimental.static TaskMessage.destroyManyAsync(Connection c, Set<Message> messages) Minimum allowed role: pool-operator Experimental.