A C D F G I M O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ActiveMQPacketParser - Class in org.apache.qpid.jms.provider.discovery.multicast.parsers
-
Parser instance for ActiveMQ multicast discovery processing.
- ActiveMQPacketParser() - Constructor for class org.apache.qpid.jms.provider.discovery.multicast.parsers.ActiveMQPacketParser
- ActiveMQPacketParserFactory - Class in org.apache.qpid.jms.provider.discovery.multicast.parsers
-
Factory class for the ActiveMQ Packet Parser used to process data set over multicast when discovering ActiveMQ Brokers.
- ActiveMQPacketParserFactory() - Constructor for class org.apache.qpid.jms.provider.discovery.multicast.parsers.ActiveMQPacketParserFactory
- ALIVE - org.apache.qpid.jms.provider.discovery.multicast.DiscoveryEvent.EventType
C
- close() - Method in interface org.apache.qpid.jms.provider.discovery.DiscoveryAgent
-
Stops the agent after which no new remote peers will be found.
- close() - Method in class org.apache.qpid.jms.provider.discovery.DiscoveryProvider
- close() - Method in class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgent
- close() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- createAgent(String) - Static method in class org.apache.qpid.jms.provider.discovery.multicast.PacketParserFactory
-
Static create method that performs the PacketParser search and handles the configuration and setup.
- createAgent(URI) - Static method in class org.apache.qpid.jms.provider.discovery.DiscoveryAgentFactory
-
Static create method that performs the DiscoveryAgent search and handles the configuration and setup.
- createDiscoveryAgent(URI) - Method in class org.apache.qpid.jms.provider.discovery.DiscoveryAgentFactory
-
Creates an instance of the given DiscoveryAgent and configures it using the properties set on the given remote broker URI.
- createDiscoveryAgent(URI) - Method in class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgentFactory
- createDiscoveryAgent(URI) - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgentFactory
- createPacketParser(String) - Method in class org.apache.qpid.jms.provider.discovery.multicast.PacketParserFactory
-
Creates an instance of the given PacketParser
- createPacketParser(String) - Method in class org.apache.qpid.jms.provider.discovery.multicast.parsers.ActiveMQPacketParserFactory
- createProvider(URI) - Method in class org.apache.qpid.jms.provider.discovery.DiscoveryProviderFactory
- createProvider(URI, ProviderFutureFactory) - Method in class org.apache.qpid.jms.provider.discovery.DiscoveryProviderFactory
D
- DEFAULT_DISCOVERY_URI_STRING - Static variable in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- DEFAULT_HOST_IP - Static variable in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- DEFAULT_HOST_STR - Static variable in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- DEFAULT_PORT - Static variable in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- DISCOVERY_DISCOVERED_OPTION_PREFIX_ADON - Static variable in class org.apache.qpid.jms.provider.discovery.DiscoveryProviderFactory
-
Prefix addon used for all properties that should be applied to any discovered remote URIs.
- DISCOVERY_OPTION_PREFIX - Static variable in class org.apache.qpid.jms.provider.discovery.DiscoveryProviderFactory
-
Prefix used for all properties that apply specifically to the DiscoveryProvider
- DiscoveryAgent - Interface in org.apache.qpid.jms.provider.discovery
-
Interface for all agents used to detect instances of remote peers on the network.
- DiscoveryAgentFactory - Class in org.apache.qpid.jms.provider.discovery
-
Factory used to find and create instances of DiscoveryAgent using the name of the desired agent to locate it's factory class definition file.
- DiscoveryAgentFactory() - Constructor for class org.apache.qpid.jms.provider.discovery.DiscoveryAgentFactory
- DiscoveryEvent - Class in org.apache.qpid.jms.provider.discovery.multicast
-
Event class used to convey discovered remote peer information to the DiscoveryProvider.
- DiscoveryEvent(URI, DiscoveryEvent.EventType) - Constructor for class org.apache.qpid.jms.provider.discovery.multicast.DiscoveryEvent
- DiscoveryEvent.EventType - Enum in org.apache.qpid.jms.provider.discovery.multicast
- DiscoveryListener - Interface in org.apache.qpid.jms.provider.discovery
-
A listener of services being added or removed from a network
- DiscoveryProvider - Class in org.apache.qpid.jms.provider.discovery
-
An Provider instance that wraps the FailoverProvider and listens for events about discovered remote peers using a configured set of DiscoveryAgent instance.
- DiscoveryProvider(URI, FailoverProvider) - Constructor for class org.apache.qpid.jms.provider.discovery.DiscoveryProvider
-
Creates a new instance of the DiscoveryProvider.
- DiscoveryProviderFactory - Class in org.apache.qpid.jms.provider.discovery
-
Factory for creating the Discovery Provider
- DiscoveryProviderFactory() - Constructor for class org.apache.qpid.jms.provider.discovery.DiscoveryProviderFactory
F
- FileWatcherDiscoveryAgent - Class in org.apache.qpid.jms.provider.discovery.file
-
Discovery agent that watches a file and periodically reads in remote URIs from that file.
- FileWatcherDiscoveryAgent(URI) - Constructor for class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgent
- FileWatcherDiscoveryAgentFactory - Class in org.apache.qpid.jms.provider.discovery.file
-
Creates and configures a new instance of the file watcher based agent.
- FileWatcherDiscoveryAgentFactory() - Constructor for class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgentFactory
- findAgentFactory(String) - Static method in class org.apache.qpid.jms.provider.discovery.multicast.PacketParserFactory
-
Searches for a PacketParserFactory by using the given key.
- findAgentFactory(URI) - Static method in class org.apache.qpid.jms.provider.discovery.DiscoveryAgentFactory
-
Searches for a DiscoveryAgentFactory by using the scheme from the given URI.
G
- getDiscoveryAgents() - Method in class org.apache.qpid.jms.provider.discovery.DiscoveryProvider
- getDiscoveryListener() - Method in class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgent
- getDiscoveryListener() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- getDiscoveryURI() - Method in class org.apache.qpid.jms.provider.discovery.DiscoveryProvider
- getDiscvoeryURI() - Method in class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgent
- getDiscvoeryURI() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- getGroup() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- getGroup() - Method in interface org.apache.qpid.jms.provider.discovery.multicast.PacketParser
- getGroup() - Method in class org.apache.qpid.jms.provider.discovery.multicast.parsers.ActiveMQPacketParser
- getKeepAliveInterval() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- getName() - Method in class org.apache.qpid.jms.provider.discovery.DiscoveryAgentFactory
- getName() - Method in class org.apache.qpid.jms.provider.discovery.DiscoveryProviderFactory
- getName() - Method in class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgentFactory
- getName() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgentFactory
- getName() - Method in class org.apache.qpid.jms.provider.discovery.multicast.PacketParserFactory
- getName() - Method in class org.apache.qpid.jms.provider.discovery.multicast.parsers.ActiveMQPacketParserFactory
- getParser() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- getPeerUri() - Method in class org.apache.qpid.jms.provider.discovery.multicast.DiscoveryEvent
- getService() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
-
Returns the name of the service that is providing the discovery data for this agent such as ActiveMQ.
- getTimeToLive() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- getType() - Method in class org.apache.qpid.jms.provider.discovery.multicast.DiscoveryEvent
- getUpdateInterval() - Method in class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgent
I
- isLoopBackMode() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- isSchedulerRequired() - Method in interface org.apache.qpid.jms.provider.discovery.DiscoveryAgent
-
Indicates if this DiscoveryAgent requires a ScheduledExecutorService in order to perform its discovery work.
- isSchedulerRequired() - Method in class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgent
- isSchedulerRequired() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
M
- MulticastDiscoveryAgent - Class in org.apache.qpid.jms.provider.discovery.multicast
-
Discovery agent that listens on a multicast address for new Broker advisories.
- MulticastDiscoveryAgent(URI) - Constructor for class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- MulticastDiscoveryAgentFactory - Class in org.apache.qpid.jms.provider.discovery.multicast
-
Creates and configures a new instance of the mutlicast agent.
- MulticastDiscoveryAgentFactory() - Constructor for class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgentFactory
O
- onConnectionInterrupted(URI) - Method in class org.apache.qpid.jms.provider.discovery.DiscoveryProvider
- onConnectionRestored(URI) - Method in class org.apache.qpid.jms.provider.discovery.DiscoveryProvider
- onServiceAdd(URI) - Method in interface org.apache.qpid.jms.provider.discovery.DiscoveryListener
-
Called when a DiscoveryAgent becomes aware of a new remote peer.
- onServiceAdd(URI) - Method in class org.apache.qpid.jms.provider.discovery.DiscoveryProvider
- onServiceRemove(URI) - Method in interface org.apache.qpid.jms.provider.discovery.DiscoveryListener
-
Called when a DiscoveryAgent can no longer detect a previously known remote peer.
- onServiceRemove(URI) - Method in class org.apache.qpid.jms.provider.discovery.DiscoveryProvider
- org.apache.qpid.jms.provider.discovery - package org.apache.qpid.jms.provider.discovery
- org.apache.qpid.jms.provider.discovery.file - package org.apache.qpid.jms.provider.discovery.file
- org.apache.qpid.jms.provider.discovery.multicast - package org.apache.qpid.jms.provider.discovery.multicast
- org.apache.qpid.jms.provider.discovery.multicast.parsers - package org.apache.qpid.jms.provider.discovery.multicast.parsers
P
- PacketParser - Interface in org.apache.qpid.jms.provider.discovery.multicast
-
Interface for a DatagramPacket parser object which is used by the MulticastDiscoveryAget to parse incoming packets to determine the discovered peer information.
- PacketParserFactory - Class in org.apache.qpid.jms.provider.discovery.multicast
-
Factory used to find and create instances of DiscoveryAgent using the name of the desired agent to locate it's factory class definition file.
- PacketParserFactory() - Constructor for class org.apache.qpid.jms.provider.discovery.multicast.PacketParserFactory
- processPacket(byte[], int, int) - Method in interface org.apache.qpid.jms.provider.discovery.multicast.PacketParser
-
Process in incoming event packet and create a DiscoveryEvent from the data.
- processPacket(byte[], int, int) - Method in class org.apache.qpid.jms.provider.discovery.multicast.parsers.ActiveMQPacketParser
R
- resume() - Method in interface org.apache.qpid.jms.provider.discovery.DiscoveryAgent
-
Resumes discovery by this agent if it was previously suspended.
- resume() - Method in class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgent
- resume() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- run() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
S
- setDiscoveryAgents(List<DiscoveryAgent>) - Method in class org.apache.qpid.jms.provider.discovery.DiscoveryProvider
-
Sets the discovery agents used by this provider to locate remote peer instance.
- setDiscoveryListener(DiscoveryListener) - Method in interface org.apache.qpid.jms.provider.discovery.DiscoveryAgent
-
Sets the discovery listener
- setDiscoveryListener(DiscoveryListener) - Method in class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgent
- setDiscoveryListener(DiscoveryListener) - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- setGroup(String) - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
-
Sets the multicast group this agent is assigned to.
- setGroup(String) - Method in interface org.apache.qpid.jms.provider.discovery.multicast.PacketParser
-
Sets the multicast group that the parent agent is assigned to.
- setGroup(String) - Method in class org.apache.qpid.jms.provider.discovery.multicast.parsers.ActiveMQPacketParser
- setInterface(String) - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- setJoinNetworkInterface(String) - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- setKeepAliveInterval(long) - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- setLoopBackMode(boolean) - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- setNetworkInterface(String) - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- setParser(PacketParser) - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
-
Sets the datagram packet parser used to read the discovery data broadcast by the service being monitored for remote peers.
- setScheduler(ScheduledExecutorService) - Method in interface org.apache.qpid.jms.provider.discovery.DiscoveryAgent
-
Provider a ScheduledExecutorService to the DiscoveryAgent that requires a scheduler to perform its discovery work.
- setScheduler(ScheduledExecutorService) - Method in class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgent
- setScheduler(ScheduledExecutorService) - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- setService(String) - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
-
Sets the name of the service that is providing the remote peer discovery data.
- setTimeToLive(int) - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- setUpdateInterval(int) - Method in class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgent
- SHUTDOWN - org.apache.qpid.jms.provider.discovery.multicast.DiscoveryEvent.EventType
- start() - Method in interface org.apache.qpid.jms.provider.discovery.DiscoveryAgent
-
Starts the agent after which new remote peers can start to be found.
- start() - Method in class org.apache.qpid.jms.provider.discovery.DiscoveryProvider
- start() - Method in class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgent
- start() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- suspend() - Method in interface org.apache.qpid.jms.provider.discovery.DiscoveryAgent
-
Suspends the Agent which suppresses any new attempts to discover remote peers until the agent is resumed.
- suspend() - Method in class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgent
- suspend() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
T
- toString() - Method in class org.apache.qpid.jms.provider.discovery.file.FileWatcherDiscoveryAgent
- toString() - Method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
- toString() - Method in class org.apache.qpid.jms.provider.discovery.multicast.parsers.ActiveMQPacketParserFactory
- trySetNetworkInterface(MulticastSocket) - Static method in class org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent
V
- valueOf(String) - Static method in enum org.apache.qpid.jms.provider.discovery.multicast.DiscoveryEvent.EventType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.qpid.jms.provider.discovery.multicast.DiscoveryEvent.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages