Uses of Class
org.apache.activemq.command.Response
- 
Packages that use Response Package Description org.apache.activemq The core JMS client API implementation classes.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.state org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/org.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/org.apache.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc.org.apache.activemq.transport.tcp TCP/IP based Transport implementation.
- 
- 
Uses of Response in org.apache.activemqMethods in org.apache.activemq that return Response Modifier and Type Method Description ResponseActiveMQConnection. syncSendPacket(Command command)Send a packet through a Connection - for internal use onlyResponseActiveMQConnection. syncSendPacket(Command command, int timeout)ResponseActiveMQSession. syncSendPacket(Command command)Send the synchronous command.
- 
Uses of Response in org.apache.activemq.broker
- 
Uses of Response in org.apache.activemq.broker.jmxMethods in org.apache.activemq.broker.jmx that return Response Modifier and Type Method Description ResponseManagedTransportConnection. processAddConnection(ConnectionInfo info)
- 
Uses of Response in org.apache.activemq.broker.regionMethods in org.apache.activemq.broker.region that return Response Modifier and Type Method Description ResponseAbstractRegion. messagePull(ConnectionContext context, MessagePull pull)ResponseRegion. messagePull(ConnectionContext context, MessagePull pull)Allows a consumer to pull a message from a queueResponseRegionBroker. messagePull(ConnectionContext context, MessagePull pull)ResponsePrefetchSubscription. pullMessage(ConnectionContext context, MessagePull pull)Allows a message to be pulled on demand by a clientResponseSubscription. pullMessage(ConnectionContext context, MessagePull pull)Allows a consumer to pull a message on demandResponseTopicSubscription. pullMessage(ConnectionContext context, MessagePull pull)
- 
Uses of Response in org.apache.activemq.broker.utilMethods in org.apache.activemq.broker.util that return Response Modifier and Type Method Description ResponseDestinationPathSeparatorBroker. messagePull(ConnectionContext context, MessagePull pull)ResponseLoggingBrokerPlugin. messagePull(ConnectionContext context, MessagePull pull)ResponseUDPTraceBrokerPlugin. messagePull(ConnectionContext context, MessagePull pull)
- 
Uses of Response in org.apache.activemq.commandSubclasses of Response in org.apache.activemq.command Modifier and Type Class Description classDataArrayResponseclassDataResponseclassExceptionResponseclassIntegerResponseMethods in org.apache.activemq.command that return Response Modifier and Type Method Description ResponseActiveMQMessage. visit(CommandVisitor visitor)ResponseBrokerInfo. visit(CommandVisitor visitor)ResponseBrokerSubscriptionInfo. visit(CommandVisitor visitor)ResponseCommand. visit(CommandVisitor visitor)ResponseConnectionControl. visit(CommandVisitor visitor)ResponseConnectionError. visit(CommandVisitor visitor)ResponseConnectionInfo. visit(CommandVisitor visitor)ResponseConsumerControl. visit(CommandVisitor visitor)ResponseConsumerInfo. visit(CommandVisitor visitor)ResponseControlCommand. visit(CommandVisitor visitor)ResponseDestinationInfo. visit(CommandVisitor visitor)ResponseFlushCommand. visit(CommandVisitor visitor)ResponseKeepAliveInfo. visit(CommandVisitor visitor)ResponseLastPartialCommand. visit(CommandVisitor visitor)ResponseMessageAck. visit(CommandVisitor visitor)ResponseMessageDispatch. visit(CommandVisitor visitor)ResponseMessageDispatchNotification. visit(CommandVisitor visitor)ResponseMessagePull. visit(CommandVisitor visitor)ResponsePartialCommand. visit(CommandVisitor visitor)ResponseProducerAck. visit(CommandVisitor visitor)ResponseProducerInfo. visit(CommandVisitor visitor)ResponseRemoveInfo. visit(CommandVisitor visitor)ResponseRemoveSubscriptionInfo. visit(CommandVisitor visitor)ResponseReplayCommand. visit(CommandVisitor visitor)ResponseResponse. visit(CommandVisitor visitor)ResponseSessionInfo. visit(CommandVisitor visitor)ResponseShutdownInfo. visit(CommandVisitor visitor)ResponseTransactionInfo. visit(CommandVisitor visitor)ResponseWireFormatInfo. visit(CommandVisitor visitor)
- 
Uses of Response in org.apache.activemq.stateSubclasses of Response in org.apache.activemq.state Modifier and Type Class Description classTracked
- 
Uses of Response in org.apache.activemq.transportMethods in org.apache.activemq.transport that return Response Modifier and Type Method Description ResponseFutureResponse. getResult()ResponseFutureResponse. getResult(int timeout)Methods in org.apache.activemq.transport with parameters of type Response Modifier and Type Method Description voidFutureResponse. set(Response result)
- 
Uses of Response in org.apache.activemq.transport.amqpMethods in org.apache.activemq.transport.amqp with parameters of type Response Modifier and Type Method Description voidResponseHandler. onResponse(AmqpProtocolConverter converter, Response response)Called when the Broker has handled a previously issued request and has a response ready.
- 
Uses of Response in org.apache.activemq.transport.mqttMethods in org.apache.activemq.transport.mqtt with parameters of type Response Modifier and Type Method Description voidResponseHandler. onResponse(MQTTProtocolConverter converter, Response response)
- 
Uses of Response in org.apache.activemq.transport.stompMethods in org.apache.activemq.transport.stomp that return Response Modifier and Type Method Description ResponseStompFrame. visit(CommandVisitor visitor)
- 
Uses of Response in org.apache.activemq.transport.tcpFields in org.apache.activemq.transport.tcp declared as Response Modifier and Type Field Description protected ResponseResponseHolder. responseMethods in org.apache.activemq.transport.tcp that return Response Modifier and Type Method Description ResponseResponseHolder. getResponse()Get the ResponseResponseResponseHolder. getResponse(int timeout)wait up totimeouttimeout milliseconds to get a receiptMethods in org.apache.activemq.transport.tcp with parameters of type Response Modifier and Type Method Description voidResponseHolder. setResponse(Response r)Set the Response for this holder
 
-