Uses of Class
com.ibm.jvm.trace.format.api.Message
Packages that use Message
Package
Description
This API is used to process trace buffers generated by OpenJ9.
-
Uses of Message in com.ibm.jvm.trace.format.api
Methods in com.ibm.jvm.trace.format.api that return MessageModifier and TypeMethodDescriptionComponent.getMessageByID
(int id) protected Message
MessageFile.getMessageFromID
(int id) retrieve the message associated with a given traceIDprotected Message
MessageFile.getMessageFromID
(String compName, int id) retrieve the message associated with a given traceID and componentMethods in com.ibm.jvm.trace.format.api with parameters of type MessageModifier and TypeMethodDescriptionvoid
Component.addMessage
(Message msg) void
Component.addMessage
(Message msg, int id)