Class ActiveMQPacketParserFactory


  • public class ActiveMQPacketParserFactory
    extends PacketParserFactory
    Factory class for the ActiveMQ Packet Parser used to process data set over multicast when discovering ActiveMQ Brokers.
    • Constructor Detail

      • ActiveMQPacketParserFactory

        public ActiveMQPacketParserFactory()
    • Method Detail

      • createPacketParser

        public PacketParser createPacketParser​(java.lang.String key)
                                        throws java.lang.Exception
        Description copied from class: PacketParserFactory
        Creates an instance of the given PacketParser
        Specified by:
        createPacketParser in class PacketParserFactory
        Parameters:
        key - the name of the required packet parser for the agent.
        Returns:
        a new PacketParser instance.
        Throws:
        java.lang.Exception - if an error occurs while creating the PacketParser instance.
      • getName

        public java.lang.String getName()
        Specified by:
        getName in class PacketParserFactory
        Returns:
        the name of this packet parser, e.g ActiveMQ.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object