|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Response | |
---|---|
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 Plugins |
org.apache.activemq.command | Command objects used via the Command Pattern to communicate among nodes |
org.apache.activemq.state | |
org.apache.activemq.transport | The core Transport abstraction and support classes |
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. |
org.apache.activemq.transport.xmpp |
Uses of Response in org.apache.activemq |
---|
Methods in org.apache.activemq that return Response | |
---|---|
Response |
ActiveMQConnection.syncSendPacket(Command command)
Send a packet through a Connection - for internal use only |
Response |
ActiveMQSession.syncSendPacket(Command command)
Send the synchronus command. |
Response |
ActiveMQConnection.syncSendPacket(Command command,
int timeout)
Send a packet through a Connection - for internal use only |
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 | |
---|---|
Response |
ManagedTransportConnection.processAddConnection(ConnectionInfo info)
|
Uses of Response in org.apache.activemq.broker.region |
---|
Methods in org.apache.activemq.broker.region that return Response | |
---|---|
Response |
Region.messagePull(ConnectionContext context,
MessagePull pull)
Allows a consumer to pull a message from a queue |
Response |
RegionBroker.messagePull(ConnectionContext context,
MessagePull pull)
|
Response |
AbstractRegion.messagePull(ConnectionContext context,
MessagePull pull)
|
Response |
Subscription.pullMessage(ConnectionContext context,
MessagePull pull)
Allows a consumer to pull a message on demand |
Response |
TopicSubscription.pullMessage(ConnectionContext context,
MessagePull pull)
|
Response |
PrefetchSubscription.pullMessage(ConnectionContext context,
MessagePull pull)
Allows a message to be pulled on demand by a client |
Uses of Response in org.apache.activemq.broker.util |
---|
Methods in org.apache.activemq.broker.util that return Response | |
---|---|
Response |
UDPTraceBrokerPlugin.messagePull(ConnectionContext context,
MessagePull pull)
|
Uses of Response in org.apache.activemq.command |
---|
Subclasses of Response in org.apache.activemq.command | |
---|---|
class |
DataArrayResponse
|
class |
DataResponse
|
class |
ExceptionResponse
|
class |
IntegerResponse
|
Uses of Response in org.apache.activemq.state |
---|
Subclasses of Response in org.apache.activemq.state | |
---|---|
class |
Tracked
|
Uses of Response in org.apache.activemq.transport |
---|
Methods in org.apache.activemq.transport that return Response | |
---|---|
Response |
FutureResponse.getResult()
|
Response |
FutureResponse.getResult(int timeout)
|
Methods in org.apache.activemq.transport with parameters of type Response | |
---|---|
void |
FutureResponse.set(Response result)
|
Uses of Response in org.apache.activemq.transport.stomp |
---|
Methods in org.apache.activemq.transport.stomp that return Response | |
---|---|
Response |
StompFrame.visit(CommandVisitor visitor)
|
Uses of Response in org.apache.activemq.transport.tcp |
---|
Fields in org.apache.activemq.transport.tcp declared as Response | |
---|---|
protected Response |
ResponseHolder.response
|
Methods in org.apache.activemq.transport.tcp that return Response | |
---|---|
Response |
ResponseHolder.getResponse()
Get the Response |
Response |
ResponseHolder.getResponse(int timeout)
wait upto timeout timeout ms to get a receipt |
Methods in org.apache.activemq.transport.tcp with parameters of type Response | |
---|---|
void |
ResponseHolder.setResponse(Response r)
Set the Response for this holder |
Uses of Response in org.apache.activemq.transport.xmpp |
---|
Methods in org.apache.activemq.transport.xmpp that return types with arguments of type Response | |
---|---|
protected Handler<Response> |
ProtocolConverter.createErrorHandler(String text)
|
Method parameters in org.apache.activemq.transport.xmpp with type arguments of type Response | |
---|---|
protected void |
ProtocolConverter.sendToActiveMQ(Command command,
Handler<Response> handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |