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.activemq
Methods in org.apache.activemq that return Response Modifier and Type Method Description Response
ActiveMQConnection. syncSendPacket(Command command)
Send a packet through a Connection - for internal use onlyResponse
ActiveMQConnection. syncSendPacket(Command command, int timeout)
Response
ActiveMQSession. syncSendPacket(Command command)
Send the synchronous command. -
Uses of Response in org.apache.activemq.broker
-
Uses of Response in org.apache.activemq.broker.jmx
Methods in org.apache.activemq.broker.jmx that return Response Modifier and Type Method Description Response
ManagedTransportConnection. processAddConnection(ConnectionInfo info)
-
Uses of Response in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region that return Response Modifier and Type Method Description Response
AbstractRegion. messagePull(ConnectionContext context, MessagePull pull)
Response
Region. messagePull(ConnectionContext context, MessagePull pull)
Allows a consumer to pull a message from a queueResponse
RegionBroker. messagePull(ConnectionContext context, MessagePull pull)
Response
PrefetchSubscription. pullMessage(ConnectionContext context, MessagePull pull)
Allows a message to be pulled on demand by a clientResponse
Subscription. pullMessage(ConnectionContext context, MessagePull pull)
Allows a consumer to pull a message on demandResponse
TopicSubscription. pullMessage(ConnectionContext context, MessagePull pull)
-
Uses of Response in org.apache.activemq.broker.util
Methods in org.apache.activemq.broker.util that return Response Modifier and Type Method Description Response
DestinationPathSeparatorBroker. messagePull(ConnectionContext context, MessagePull pull)
Response
LoggingBrokerPlugin. messagePull(ConnectionContext context, MessagePull pull)
Response
UDPTraceBrokerPlugin. messagePull(ConnectionContext context, MessagePull pull)
-
Uses of Response in org.apache.activemq.command
Subclasses of Response in org.apache.activemq.command Modifier and Type Class Description class
DataArrayResponse
class
DataResponse
class
ExceptionResponse
class
IntegerResponse
Methods in org.apache.activemq.command that return Response Modifier and Type Method Description Response
ActiveMQMessage. visit(CommandVisitor visitor)
Response
BrokerInfo. visit(CommandVisitor visitor)
Response
BrokerSubscriptionInfo. visit(CommandVisitor visitor)
Response
Command. visit(CommandVisitor visitor)
Response
ConnectionControl. visit(CommandVisitor visitor)
Response
ConnectionError. visit(CommandVisitor visitor)
Response
ConnectionInfo. visit(CommandVisitor visitor)
Response
ConsumerControl. visit(CommandVisitor visitor)
Response
ConsumerInfo. visit(CommandVisitor visitor)
Response
ControlCommand. visit(CommandVisitor visitor)
Response
DestinationInfo. visit(CommandVisitor visitor)
Response
FlushCommand. visit(CommandVisitor visitor)
Response
KeepAliveInfo. visit(CommandVisitor visitor)
Response
LastPartialCommand. visit(CommandVisitor visitor)
Response
MessageAck. visit(CommandVisitor visitor)
Response
MessageDispatch. visit(CommandVisitor visitor)
Response
MessageDispatchNotification. visit(CommandVisitor visitor)
Response
MessagePull. visit(CommandVisitor visitor)
Response
PartialCommand. visit(CommandVisitor visitor)
Response
ProducerAck. visit(CommandVisitor visitor)
Response
ProducerInfo. visit(CommandVisitor visitor)
Response
RemoveInfo. visit(CommandVisitor visitor)
Response
RemoveSubscriptionInfo. visit(CommandVisitor visitor)
Response
ReplayCommand. visit(CommandVisitor visitor)
Response
Response. visit(CommandVisitor visitor)
Response
SessionInfo. visit(CommandVisitor visitor)
Response
ShutdownInfo. visit(CommandVisitor visitor)
Response
TransactionInfo. visit(CommandVisitor visitor)
Response
WireFormatInfo. visit(CommandVisitor visitor)
-
Uses of Response in org.apache.activemq.state
Subclasses of Response in org.apache.activemq.state Modifier and Type Class Description class
Tracked
-
Uses of Response in org.apache.activemq.transport
Methods in org.apache.activemq.transport that return Response Modifier and Type Method Description Response
FutureResponse. getResult()
Response
FutureResponse. getResult(int timeout)
Methods in org.apache.activemq.transport with parameters of type Response Modifier and Type Method Description void
FutureResponse. set(Response result)
-
Uses of Response in org.apache.activemq.transport.amqp
Methods in org.apache.activemq.transport.amqp with parameters of type Response Modifier and Type Method Description void
ResponseHandler. 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.mqtt
Methods in org.apache.activemq.transport.mqtt with parameters of type Response Modifier and Type Method Description void
ResponseHandler. onResponse(MQTTProtocolConverter converter, Response response)
-
Uses of Response in org.apache.activemq.transport.stomp
Methods in org.apache.activemq.transport.stomp that return Response Modifier and Type Method Description Response
StompFrame. visit(CommandVisitor visitor)
-
Uses of Response in org.apache.activemq.transport.tcp
Fields in org.apache.activemq.transport.tcp declared as Response Modifier and Type Field Description protected Response
ResponseHolder. response
Methods in org.apache.activemq.transport.tcp that return Response Modifier and Type Method Description Response
ResponseHolder. getResponse()
Get the ResponseResponse
ResponseHolder. getResponse(int timeout)
wait up totimeout
timeout milliseconds to get a receiptMethods in org.apache.activemq.transport.tcp with parameters of type Response Modifier and Type Method Description void
ResponseHolder. setResponse(Response r)
Set the Response for this holder
-