Uses of Class
org.apache.activemq.command.Response

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
 

Methods in org.apache.activemq.broker that return Response
 Response MutableBrokerFilter.messagePull(ConnectionContext context, MessagePull pull)
           
 Response BrokerFilter.messagePull(ConnectionContext context, MessagePull pull)
           
 Response ErrorBroker.messagePull(ConnectionContext context, MessagePull pull)
           
 Response EmptyBroker.messagePull(ConnectionContext context, MessagePull pull)
           
 Response TransportConnection.processAddConnection(ConnectionInfo info)
           
 Response TransportConnection.processAddConsumer(ConsumerInfo info)
           
 Response TransportConnection.processAddDestination(DestinationInfo info)
           
 Response TransportConnection.processAddProducer(ProducerInfo info)
           
 Response TransportConnection.processAddSession(SessionInfo info)
           
 Response TransportConnection.processBeginTransaction(TransactionInfo info)
           
 Response TransportConnection.processBrokerInfo(BrokerInfo info)
           
 Response TransportConnection.processCommitTransactionOnePhase(TransactionInfo info)
           
 Response TransportConnection.processCommitTransactionTwoPhase(TransactionInfo info)
           
 Response TransportConnection.processEndTransaction(TransactionInfo info)
           
 Response TransportConnection.processFlush(FlushCommand command)
           
 Response TransportConnection.processForgetTransaction(TransactionInfo info)
           
 Response TransportConnection.processKeepAlive(KeepAliveInfo info)
           
 Response TransportConnection.processMessage(Message messageSend)
           
 Response TransportConnection.processMessageAck(MessageAck ack)
           
 Response TransportConnection.processMessageDispatchNotification(MessageDispatchNotification notification)
           
 Response TransportConnection.processMessagePull(MessagePull pull)
           
 Response TransportConnection.processPrepareTransaction(TransactionInfo info)
           
 Response TransportConnection.processRecoverTransactions(TransactionInfo info)
           
 Response TransportConnection.processRemoveConnection(ConnectionId id)
           
 Response TransportConnection.processRemoveConsumer(ConsumerId id)
           
 Response TransportConnection.processRemoveDestination(DestinationInfo info)
           
 Response TransportConnection.processRemoveProducer(ProducerId id)
           
 Response TransportConnection.processRemoveSession(SessionId id)
           
 Response TransportConnection.processRemoveSubscription(RemoveSubscriptionInfo info)
           
 Response TransportConnection.processRollbackTransaction(TransactionInfo info)
           
 Response TransportConnection.processShutdown(ShutdownInfo info)
           
 Response TransportConnection.processWireFormat(WireFormatInfo info)
           
 Response Connection.service(Command command)
          Services a client command and submits it to the broker.
 Response TransportConnection.service(Command command)
           
 

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
           
 

Methods in org.apache.activemq.command that return Response
 Response Command.visit(CommandVisitor visitor)
           
 Response MessageAck.visit(CommandVisitor visitor)
           
 Response WireFormatInfo.visit(CommandVisitor visitor)
           
 Response ConnectionInfo.visit(CommandVisitor visitor)
           
 Response ProducerInfo.visit(CommandVisitor visitor)
           
 Response BrokerInfo.visit(CommandVisitor visitor)
           
 Response SessionInfo.visit(CommandVisitor visitor)
           
 Response MessageDispatch.visit(CommandVisitor visitor)
           
 Response DestinationInfo.visit(CommandVisitor visitor)
           
 Response ConsumerInfo.visit(CommandVisitor visitor)
           
 Response RemoveSubscriptionInfo.visit(CommandVisitor visitor)
           
 Response MessagePull.visit(CommandVisitor visitor)
           
 Response Response.visit(CommandVisitor visitor)
           
 Response MessageDispatchNotification.visit(CommandVisitor visitor)
           
 Response RemoveInfo.visit(CommandVisitor visitor)
           
 Response KeepAliveInfo.visit(CommandVisitor visitor)
           
 Response ShutdownInfo.visit(CommandVisitor visitor)
           
 Response FlushCommand.visit(CommandVisitor visitor)
           
 Response TransactionInfo.visit(CommandVisitor visitor)
           
 Response ActiveMQMessage.visit(CommandVisitor visitor)
           
 Response ControlCommand.visit(CommandVisitor visitor)
           
 Response ConnectionControl.visit(CommandVisitor visitor)
           
 Response ConsumerControl.visit(CommandVisitor visitor)
           
 Response ReplayCommand.visit(CommandVisitor visitor)
           
 Response ConnectionError.visit(CommandVisitor visitor)
           
 Response PartialCommand.visit(CommandVisitor visitor)
           
 Response LastPartialCommand.visit(CommandVisitor visitor)
           
 

Uses of Response in org.apache.activemq.state
 

Subclasses of Response in org.apache.activemq.state
 class Tracked
           
 

Methods in org.apache.activemq.state that return Response
 Response CommandVisitor.processAddConnection(ConnectionInfo info)
           
 Response ConnectionStateTracker.processAddConnection(ConnectionInfo info)
           
 Response CommandVisitor.processAddConsumer(ConsumerInfo info)
           
 Response ConnectionStateTracker.processAddConsumer(ConsumerInfo info)
           
 Response CommandVisitor.processAddDestination(DestinationInfo info)
           
 Response ConnectionStateTracker.processAddDestination(DestinationInfo info)
           
 Response CommandVisitor.processAddProducer(ProducerInfo info)
           
 Response ConnectionStateTracker.processAddProducer(ProducerInfo info)
           
 Response CommandVisitor.processAddSession(SessionInfo info)
           
 Response ConnectionStateTracker.processAddSession(SessionInfo info)
           
 Response CommandVisitor.processBeginTransaction(TransactionInfo info)
           
 Response ConnectionStateTracker.processBeginTransaction(TransactionInfo info)
           
 Response CommandVisitor.processBrokerInfo(BrokerInfo info)
           
 Response ConnectionStateTracker.processBrokerInfo(BrokerInfo info)
           
 Response CommandVisitor.processCommitTransactionOnePhase(TransactionInfo info)
           
 Response ConnectionStateTracker.processCommitTransactionOnePhase(TransactionInfo info)
           
 Response CommandVisitor.processCommitTransactionTwoPhase(TransactionInfo info)
           
 Response ConnectionStateTracker.processCommitTransactionTwoPhase(TransactionInfo info)
           
 Response CommandVisitor.processEndTransaction(TransactionInfo info)
           
 Response ConnectionStateTracker.processEndTransaction(TransactionInfo info)
           
 Response CommandVisitor.processFlush(FlushCommand command)
           
 Response ConnectionStateTracker.processFlush(FlushCommand command)
           
 Response CommandVisitor.processForgetTransaction(TransactionInfo info)
           
 Response ConnectionStateTracker.processForgetTransaction(TransactionInfo info)
           
 Response CommandVisitor.processKeepAlive(KeepAliveInfo info)
           
 Response ConnectionStateTracker.processKeepAlive(KeepAliveInfo info)
           
 Response CommandVisitor.processMessage(Message send)
           
 Response ConnectionStateTracker.processMessage(Message send)
           
 Response CommandVisitor.processMessageAck(MessageAck ack)
           
 Response ConnectionStateTracker.processMessageAck(MessageAck ack)
           
 Response CommandVisitor.processMessageDispatchNotification(MessageDispatchNotification notification)
           
 Response ConnectionStateTracker.processMessageDispatchNotification(MessageDispatchNotification notification)
           
 Response CommandVisitor.processMessagePull(MessagePull pull)
           
 Response ConnectionStateTracker.processMessagePull(MessagePull pull)
           
 Response CommandVisitor.processPrepareTransaction(TransactionInfo info)
           
 Response ConnectionStateTracker.processPrepareTransaction(TransactionInfo info)
           
 Response CommandVisitor.processRecoverTransactions(TransactionInfo info)
           
 Response ConnectionStateTracker.processRecoverTransactions(TransactionInfo info)
           
 Response CommandVisitor.processRemoveConnection(ConnectionId id)
           
 Response ConnectionStateTracker.processRemoveConnection(ConnectionId id)
           
 Response CommandVisitor.processRemoveConsumer(ConsumerId id)
           
 Response ConnectionStateTracker.processRemoveConsumer(ConsumerId id)
           
 Response CommandVisitor.processRemoveDestination(DestinationInfo info)
           
 Response ConnectionStateTracker.processRemoveDestination(DestinationInfo info)
           
 Response CommandVisitor.processRemoveProducer(ProducerId id)
           
 Response ConnectionStateTracker.processRemoveProducer(ProducerId id)
           
 Response CommandVisitor.processRemoveSession(SessionId id)
           
 Response ConnectionStateTracker.processRemoveSession(SessionId id)
           
 Response CommandVisitor.processRemoveSubscription(RemoveSubscriptionInfo info)
           
 Response ConnectionStateTracker.processRemoveSubscription(RemoveSubscriptionInfo info)
           
 Response CommandVisitor.processRollbackTransaction(TransactionInfo info)
           
 Response ConnectionStateTracker.processRollbackTransaction(TransactionInfo info)
           
 Response CommandVisitor.processShutdown(ShutdownInfo info)
           
 Response ConnectionStateTracker.processShutdown(ShutdownInfo info)
           
 Response CommandVisitor.processWireFormat(WireFormatInfo info)
           
 Response ConnectionStateTracker.processWireFormat(WireFormatInfo info)
           
 

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(java.lang.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)
           
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.