org.apache.activemq.broker
Interface Connector
- All Superinterfaces:
- Service
- All Known Implementing Classes:
- ManagedTransportConnector, TransportConnector
public interface Connector
- extends Service
A connector creates and manages client connections that talk to the Broker.
getBrokerInfo
BrokerInfo getBrokerInfo()
- Returns:
- brokerInfo
getStatistics
ConnectorStatistics getStatistics()
- Returns:
- the statistics for this connector
isUpdateClusterClients
boolean isUpdateClusterClients()
- Returns:
- true if update client connections when brokers leave/join a cluster
isRebalanceClusterClients
boolean isRebalanceClusterClients()
- Returns:
- true if clients should be re-balanced across the cluster
updateClientClusterInfo
void updateClientClusterInfo()
- Update all the connections with information
about the connected brokers in the cluster
isUpdateClusterClientsOnRemove
boolean isUpdateClusterClientsOnRemove()
- Returns:
- true if clients should be updated when
a broker is removed from a broker
Copyright © 2005-2012. All Rights Reserved.