Uses of Class
com.xensource.xenapi.Message
-
Uses of Message in com.xensource.xenapi
Methods in com.xensource.xenapi that return MessageModifier and TypeMethodDescriptionstatic Message
Message.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 Message
Message.getByUuid
(Connection c, String uuid) Minimum allowed role: read-only First published in XenServer 5.0.static Message
Types.toMessage
(Task task, Connection connection) static Message
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 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 void
Message.destroyMany
(Connection c, Set<Message> messages) Minimum allowed role: pool-operator Experimental.static Task
Message.destroyManyAsync
(Connection c, Set<Message> messages) Minimum allowed role: pool-operator Experimental.