Uses of Class
org.activemq.message.Receipt

Packages that use Receipt
org.activemq The core JMS client implementation classes 
org.activemq.message Message implementations 
org.activemq.transport The transport abstraction layer for sending and receiving Packets over a network 
org.activemq.transport.composite A Composite Pattern implementation of TransportChannel allowing a client to connect randomly to one of a number of possible destinations, cycling through them until a connection is established. 
org.activemq.transport.reliable   
 

Uses of Receipt in org.activemq
 

Methods in org.activemq that return Receipt
 Receipt ActiveMQConnection.syncSendRequest(Packet packet)
           
 

Uses of Receipt in org.activemq.message
 

Subclasses of Receipt in org.activemq.message
 class IntResponseReceipt
          A receipt that also carries a reponse object.
 class ResponseReceipt
          A receipt that also carries a response object.
 

Fields in org.activemq.message declared as Receipt
protected  Receipt ReceiptHolder.receipt
           
 

Methods in org.activemq.message that return Receipt
 Receipt ReceiptHolder.getReceipt()
          Get the Receipt
 Receipt ReceiptHolder.getReceipt(int timeout)
          wait upto timeout timeout ms to get a receipt
 

Methods in org.activemq.message with parameters of type Receipt
 void ReceiptHolder.setReceipt(Receipt r)
          Set the Receipt for this holder
 

Uses of Receipt in org.activemq.transport
 

Methods in org.activemq.transport that return Receipt
 Receipt TransportChannel.send(Packet packet)
          synchronously send a Packet
 Receipt TransportChannelSupport.send(Packet packet)
          synchronously send a Packet
 Receipt TransportChannel.send(Packet packet, int timeout)
          Synchrnously send a Packet
 Receipt TransportChannelSupport.send(Packet packet, int timeout)
          Synchronously send a Packet
 

Uses of Receipt in org.activemq.transport.composite
 

Methods in org.activemq.transport.composite that return Receipt
 Receipt CompositeTransportChannel.send(Packet packet)
           
 Receipt CompositeTransportChannel.send(Packet packet, int timeout)
           
 

Uses of Receipt in org.activemq.transport.reliable
 

Methods in org.activemq.transport.reliable that return Receipt
 Receipt ReliableTransportChannel.send(Packet packet, int timeout)
           
 



Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.