org.apache.activemq.broker.jmx
Class ManagedTransportConnector
java.lang.Object
org.apache.activemq.broker.TransportConnector
org.apache.activemq.broker.jmx.ManagedTransportConnector
- All Implemented Interfaces:
- BrokerServiceAware, Connector, Service
public class ManagedTransportConnector
- extends TransportConnector
A managed transport connector which can create multiple managed connections
as clients connect.
| Methods inherited from class org.apache.activemq.broker.TransportConnector |
addPeerBroker, asManagedConnector, connectionCount, createDiscoveryAgent, createTransportServer, getBroker, getBrokerInfo, getBrokerService, getConnectionControl, getConnections, getConnectUri, getDiscoveryAgent, getDiscoveryUri, getMaximumConsumersAllowedPerConnection, getMaximumProducersAllowedPerConnection, getMessageAuthorizationPolicy, getName, getPeerBrokers, getPublishableConnectString, getPublishableConnectURI, getPublishedAddressPolicy, getServer, getStatistics, getTaskRunnerFactory, getUpdateClusterFilter, getUri, isAllowLinkStealing, isAuditNetworkProducers, isDisableAsyncDispatch, isEnableStatusMonitor, isRebalanceClusterClients, isUpdateClusterClients, isUpdateClusterClientsOnRemove, onStarted, onStopped, removePeerBroker, setAllowLinkStealing, setAuditNetworkProducers, setBrokerInfo, setBrokerService, setDisableAsyncDispatch, setDiscoveryAgent, setDiscoveryUri, setEnableStatusMonitor, setMaximumConsumersAllowedPerConnection, setMaximumProducersAllowedPerConnection, setMessageAuthorizationPolicy, setName, setPublishedAddressPolicy, setRebalanceClusterClients, setServer, setTaskRunnerFactory, setUpdateClusterClients, setUpdateClusterClientsOnRemove, setUpdateClusterFilter, setUri, start, stop, toString, updateClientClusterInfo |
ManagedTransportConnector
public ManagedTransportConnector(ManagementContext context,
ObjectName connectorName,
TransportServer server)
asManagedConnector
public ManagedTransportConnector asManagedConnector(MBeanServer mbeanServer,
ObjectName connectorName)
throws IOException,
URISyntaxException
- Throws:
IOException
URISyntaxException
createConnection
protected Connection createConnection(Transport transport)
throws IOException
- Overrides:
createConnection in class TransportConnector
- Throws:
IOException
getNextConnectionId
protected static long getNextConnectionId()
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.