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) First published in XenServer 5.0.static Message
Message.getByUuid
(Connection c, String uuid) First published in XenServer 5.0.static Message
Types.toMessage
(Task task, Connection connection) static Message
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) First published in XenServer 5.0.Message.getAll
(Connection c) First published in XenServer 5.0.static Map<Message,
Message.Record> Message.getAllRecords
(Connection c) First published in XenServer 5.0.static Map<Message,
Message.Record> Message.getAllRecordsWhere
(Connection c, String expr) First published in XenServer 5.0.static Map<Message,
Message.Record> Message.getSince
(Connection c, Date since) First published in XenServer 5.0.static Map<Message,
Message.Record> Types.toMapOfMessageMessageRecord
(Object object) Types.toSetOfMessage
(Object object) Method parameters in com.xensource.xenapi with type arguments of type MessageModifier and TypeMethodDescriptionstatic void
Message.destroyMany
(Connection c, Set<Message> messages) Experimental.static Task
Message.destroyManyAsync
(Connection c, Set<Message> messages) Experimental.