public class MessageJMXWrapper extends Object
Modifier and Type | Field and Description |
---|---|
private static String[] |
itemDescs |
private static String[] |
itemNames |
private static OpenType[] |
itemTypes |
private static CompositeType |
rowType |
Constructor and Description |
---|
MessageJMXWrapper() |
Modifier and Type | Method and Description |
---|---|
static CompositeData |
createCompositeDataSupport(Message msg)
Returns the description of a message.
|
static TabularData |
createTabularDataSupport(List messages)
Returns the description of a vector of messages.
|
static TabularData |
createTabularDataSupport(Map messages,
MessageIdList ids)
Returns the description of a subset of an hashtable of messages.
|
private static final String[] itemNames
private static final String[] itemDescs
private static OpenType[] itemTypes
private static CompositeType rowType
public static CompositeData createCompositeDataSupport(Message msg) throws Exception
msg
- The message to describe.Exception
public static TabularData createTabularDataSupport(List messages) throws Exception
messages
- The vector of messages to describe.Exception
public static TabularData createTabularDataSupport(Map messages, MessageIdList ids) throws Exception
messages
- The hashtable of messages to describe.Exception
Copyright © 2015 ScalAgent D.T.. All Rights Reserved.