Package | Description |
---|---|
org.apache.qpid.jms.provider.discovery.multicast | |
org.apache.qpid.jms.provider.discovery.multicast.parsers |
Modifier and Type | Method and Description |
---|---|
static PacketParser |
PacketParserFactory.createAgent(String key)
Static create method that performs the PacketParser search and handles the
configuration and setup.
|
abstract PacketParser |
PacketParserFactory.createPacketParser(String key)
Creates an instance of the given PacketParser
|
PacketParser |
MulticastDiscoveryAgent.getParser() |
Modifier and Type | Method and Description |
---|---|
void |
MulticastDiscoveryAgent.setParser(PacketParser parser)
Sets the datagram packet parser used to read the discovery data broadcast by the service
being monitored for remote peers.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQPacketParser
Parser instance for ActiveMQ multicast discovery processing.
|
Modifier and Type | Method and Description |
---|---|
PacketParser |
ActiveMQPacketParserFactory.createPacketParser(String key) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.