Class MessageJMXWrapper


  • public class MessageJMXWrapper
    extends Object
    • Field Detail

      • itemNames

        private static final String[] itemNames
      • itemDescs

        private static final String[] itemDescs
      • itemTypes

        private static OpenType[] itemTypes
    • Constructor Detail

      • MessageJMXWrapper

        public MessageJMXWrapper()
    • Method Detail

      • createCompositeDataSupport

        public static CompositeData createCompositeDataSupport​(Message msg)
                                                        throws Exception
        Returns the description of a message. The description includes the type and priority of the message.
        Parameters:
        msg - The message to describe.
        Returns:
        The message description.
        Throws:
        Exception
      • createTabularDataSupport

        public static TabularData createTabularDataSupport​(List messages)
                                                    throws Exception
        Returns the description of a vector of messages.
        Parameters:
        messages - The vector of messages to describe.
        Returns:
        The messages description.
        Throws:
        Exception
      • createTabularDataSupport

        public static TabularData createTabularDataSupport​(Map messages,
                                                           MessageIdList ids)
                                                    throws Exception
        Returns the description of a subset of an hashtable of messages.
        Parameters:
        messages - The hashtable of messages to describe.
        Returns:
        The messages description.
        Throws:
        Exception