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 MessageMessageFile.getMessageFromID(int id) retrieve the message associated with a given traceIDprotected MessageMessageFile.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 TypeMethodDescriptionvoidComponent.addMessage(Message msg) voidComponent.addMessage(Message msg, int id)