|
JProfiler API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Controller.JMSResolver
Interface for mapping JMS messages to strings that are displayed in the JProfiler GUI.
| Method Summary | |
|---|---|
java.lang.String |
getMessageDescription(java.lang.Object message)
Maps a JMS message object to a string. |
| Method Detail |
|---|
java.lang.String getMessageDescription(java.lang.Object message)
Example: To see all individual message in JProfiler, register a JMSResolver that returns message.getJMSMessageID().
message - the message object. This is guaranteed to be an object of class
javax.jms.Message.
|
JProfiler API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||