Uses of Class
org.apache.activemq.artemis.core.protocol.openwire.amq.AMQConnectionContext
-
Packages that use AMQConnectionContext Package Description org.apache.activemq.artemis.core.protocol.openwire org.apache.activemq.artemis.core.protocol.openwire.amq -
-
Uses of AMQConnectionContext in org.apache.activemq.artemis.core.protocol.openwire
Methods in org.apache.activemq.artemis.core.protocol.openwire that return AMQConnectionContext Modifier and Type Method Description AMQConnectionContextOpenWireConnection.CommandProcessor. getContext()AMQConnectionContextOpenWireConnection. getContext()AMQConnectionContextOpenWireConnection. initContext(org.apache.activemq.command.ConnectionInfo info)Methods in org.apache.activemq.artemis.core.protocol.openwire with parameters of type AMQConnectionContext Modifier and Type Method Description voidOpenWireProtocolManager. fireAdvisory(AMQConnectionContext context, org.apache.activemq.command.ActiveMQTopic topic, org.apache.activemq.command.Command copy)voidOpenWireProtocolManager. fireAdvisory(AMQConnectionContext context, org.apache.activemq.command.ActiveMQTopic topic, org.apache.activemq.command.Command command, org.apache.activemq.command.ConsumerId targetConsumerId, java.lang.String originalConnectionId)voidOpenWireConnection. reconnect(AMQConnectionContext existingContext, org.apache.activemq.command.ConnectionInfo info)voidOpenWireConnection. removeSession(AMQConnectionContext context, org.apache.activemq.command.SessionInfo info) -
Uses of AMQConnectionContext in org.apache.activemq.artemis.core.protocol.openwire.amq
Methods in org.apache.activemq.artemis.core.protocol.openwire.amq that return AMQConnectionContext Modifier and Type Method Description AMQConnectionContextAMQConnectionContext. copy()AMQConnectionContextAMQProducerBrokerExchange. getConnectionContext()Methods in org.apache.activemq.artemis.core.protocol.openwire.amq with parameters of type AMQConnectionContext Modifier and Type Method Description voidAMQProducerBrokerExchange. setConnectionContext(AMQConnectionContext connectionContext)
-