|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response | |
|---|---|
| org.apache.activemq | The core JMS client API implementation classes. |
| 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.tcp | TCP/IP based Transport implementation. |
| Uses of Response in org.apache.activemq |
|---|
| Methods in org.apache.activemq that return Response | |
|---|---|
Response |
ActiveMQSession.syncSendPacket(Command command)
Send the synchronus command. |
Response |
ActiveMQConnection.syncSendPacket(Command 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.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.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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||