Uses of Class
org.apache.activemq.command.ConnectionInfo
-
Packages that use ConnectionInfo Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.util Some utility Broker Pluginsorg.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.network Support for federated networks of brokers.org.apache.activemq.partition org.apache.activemq.plugin org.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation.org.apache.activemq.shiro org.apache.activemq.shiro.authc org.apache.activemq.shiro.subject org.apache.activemq.state org.apache.activemq.transport.amqp.sasl -
-
Uses of ConnectionInfo in org.apache.activemq
Methods in org.apache.activemq that return ConnectionInfo Modifier and Type Method Description ConnectionInfoActiveMQConnection. getConnectionInfo() -
Uses of ConnectionInfo in org.apache.activemq.advisory
Fields in org.apache.activemq.advisory with type parameters of type ConnectionInfo Modifier and Type Field Description protected ConcurrentMap<ConnectionId,ConnectionInfo>AdvisoryBroker. connectionsMethods in org.apache.activemq.advisory that return types with arguments of type ConnectionInfo Modifier and Type Method Description Map<ConnectionId,ConnectionInfo>AdvisoryBroker. getAdvisoryConnections()Methods in org.apache.activemq.advisory with parameters of type ConnectionInfo Modifier and Type Method Description voidAdvisoryBroker. addConnection(ConnectionContext context, ConnectionInfo info)voidAdvisoryBroker. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error) -
Uses of ConnectionInfo in org.apache.activemq.broker
Methods in org.apache.activemq.broker with parameters of type ConnectionInfo Modifier and Type Method Description voidBroker. addConnection(ConnectionContext context, ConnectionInfo info)A client is establishing a connection with the broker.voidBrokerBroadcaster. addConnection(ConnectionContext context, ConnectionInfo info)voidBrokerFilter. addConnection(ConnectionContext context, ConnectionInfo info)voidEmptyBroker. addConnection(ConnectionContext context, ConnectionInfo info)voidErrorBroker. addConnection(ConnectionContext context, ConnectionInfo info)ResponseTransportConnection. processAddConnection(ConnectionInfo info)voidBroker. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error)A client is disconnecting from the broker.voidBrokerBroadcaster. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error)voidBrokerFilter. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error)voidEmptyBroker. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error)voidErrorBroker. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error)voidTransactionBroker. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error)Constructors in org.apache.activemq.broker with parameters of type ConnectionInfo Constructor Description ConnectionContext(ConnectionInfo info)TransportConnectionState(ConnectionInfo info, TransportConnection transportConnection) -
Uses of ConnectionInfo in org.apache.activemq.broker.jmx
Methods in org.apache.activemq.broker.jmx with parameters of type ConnectionInfo Modifier and Type Method Description voidManagedRegionBroker. addConnection(ConnectionContext context, ConnectionInfo info)ResponseManagedTransportConnection. processAddConnection(ConnectionInfo info)voidManagedRegionBroker. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error) -
Uses of ConnectionInfo in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region with parameters of type ConnectionInfo Modifier and Type Method Description voidRegionBroker. addConnection(ConnectionContext context, ConnectionInfo info)voidRegionBroker. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error) -
Uses of ConnectionInfo in org.apache.activemq.broker.util
Methods in org.apache.activemq.broker.util with parameters of type ConnectionInfo Modifier and Type Method Description voidLoggingBrokerPlugin. addConnection(ConnectionContext context, ConnectionInfo info)voidUDPTraceBrokerPlugin. addConnection(ConnectionContext context, ConnectionInfo info)voidLoggingBrokerPlugin. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error)voidUDPTraceBrokerPlugin. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error) -
Uses of ConnectionInfo in org.apache.activemq.command
Methods in org.apache.activemq.command that return ConnectionInfo Modifier and Type Method Description ConnectionInfoConnectionInfo. copy()Constructors in org.apache.activemq.command with parameters of type ConnectionInfo Constructor Description SessionInfo(ConnectionInfo connectionInfo, long sessionId) -
Uses of ConnectionInfo in org.apache.activemq.network
Fields in org.apache.activemq.network declared as ConnectionInfo Modifier and Type Field Description protected ConnectionInfoDemandForwardingBridgeSupport. localConnectionInfoprotected ConnectionInfoDemandForwardingBridgeSupport. remoteConnectionInfo -
Uses of ConnectionInfo in org.apache.activemq.partition
Methods in org.apache.activemq.partition with parameters of type ConnectionInfo Modifier and Type Method Description voidPartitionBroker. addConnection(ConnectionContext context, ConnectionInfo info)voidPartitionBroker. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error) -
Uses of ConnectionInfo in org.apache.activemq.plugin
Methods in org.apache.activemq.plugin with parameters of type ConnectionInfo Modifier and Type Method Description voidAbstractRuntimeConfigurationBroker. addConnection(ConnectionContext context, ConnectionInfo info) -
Uses of ConnectionInfo in org.apache.activemq.security
Methods in org.apache.activemq.security with parameters of type ConnectionInfo Modifier and Type Method Description voidJaasAuthenticationBroker. addConnection(ConnectionContext context, ConnectionInfo info)voidJaasCertificateAuthenticationBroker. addConnection(ConnectionContext context, ConnectionInfo info)Overridden to allow for authentication based on client certificates.voidJaasDualAuthenticationBroker. addConnection(ConnectionContext context, ConnectionInfo info)Overridden to allow for authentication using different Jaas configurations depending on if the connection is SSL or not.voidSimpleAuthenticationBroker. addConnection(ConnectionContext context, ConnectionInfo info)voidAbstractAuthenticationBroker. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error)voidJaasCertificateAuthenticationBroker. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error)Overriding removeConnection to make sure the security context is cleaned.voidJaasDualAuthenticationBroker. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error)Overriding removeConnection to make sure the security context is cleaned. -
Uses of ConnectionInfo in org.apache.activemq.shiro
Methods in org.apache.activemq.shiro that return ConnectionInfo Modifier and Type Method Description ConnectionInfoConnectionReference. getConnectionInfo()Constructors in org.apache.activemq.shiro with parameters of type ConnectionInfo Constructor Description ConnectionReference(ConnectionContext connCtx, ConnectionInfo connInfo, org.apache.shiro.env.Environment environment) -
Uses of ConnectionInfo in org.apache.activemq.shiro.authc
Methods in org.apache.activemq.shiro.authc with parameters of type ConnectionInfo Modifier and Type Method Description voidAuthenticationFilter. addConnection(ConnectionContext context, ConnectionInfo info)voidAuthenticationFilter. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error) -
Uses of ConnectionInfo in org.apache.activemq.shiro.subject
Methods in org.apache.activemq.shiro.subject with parameters of type ConnectionInfo Modifier and Type Method Description voidSubjectFilter. addConnection(ConnectionContext context, ConnectionInfo info)Creates aSubjectinstance reflecting the specified Connection.voidSubjectFilter. removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error)Constructors in org.apache.activemq.shiro.subject with parameters of type ConnectionInfo Constructor Description SubjectConnectionReference(ConnectionContext connCtx, ConnectionInfo connInfo, org.apache.shiro.env.Environment environment, org.apache.shiro.subject.Subject subject) -
Uses of ConnectionInfo in org.apache.activemq.state
Methods in org.apache.activemq.state that return ConnectionInfo Modifier and Type Method Description ConnectionInfoConnectionState. getInfo()Methods in org.apache.activemq.state with parameters of type ConnectionInfo Modifier and Type Method Description ResponseCommandVisitor. processAddConnection(ConnectionInfo info)ResponseCommandVisitorAdapter. processAddConnection(ConnectionInfo info)ResponseConnectionStateTracker. processAddConnection(ConnectionInfo info)voidConnectionState. reset(ConnectionInfo info)Constructors in org.apache.activemq.state with parameters of type ConnectionInfo Constructor Description ConnectionState(ConnectionInfo info) -
Uses of ConnectionInfo in org.apache.activemq.transport.amqp.sasl
Methods in org.apache.activemq.transport.amqp.sasl with parameters of type ConnectionInfo Modifier and Type Method Description voidAmqpAuthenticator. processSaslExchange(ConnectionInfo connectionInfo)
-