Uses of Class
org.smallmind.quorum.transport.message.MessageSender

Packages that use MessageSender
org.smallmind.quorum.transport.message   
 

Uses of MessageSender in org.smallmind.quorum.transport.message
 

Methods in org.smallmind.quorum.transport.message that return MessageSender
 MessageSender MessageTransmitter.borrowMessageSender()
           
 MessageSender MessageSenderConnectionInstanceFactory.rawInstance()
           
 MessageSender MessageSenderConnectionInstance.serve()
           
 

Methods in org.smallmind.quorum.transport.message that return types with arguments of type MessageSender
 ConnectionInstance<MessageSender> MessageSenderConnectionInstanceFactory.createInstance(ConnectionPool<MessageSender> connectionPool)
           
 

Methods in org.smallmind.quorum.transport.message with parameters of type MessageSender
 void MessageTransmitter.returnMessageSender(MessageSender messageSender)
           
 

Method parameters in org.smallmind.quorum.transport.message with type arguments of type MessageSender
 ConnectionInstance<MessageSender> MessageSenderConnectionInstanceFactory.createInstance(ConnectionPool<MessageSender> connectionPool)
           
 

Constructor parameters in org.smallmind.quorum.transport.message with type arguments of type MessageSender
MessageSenderConnectionInstance(ConnectionPool<MessageSender> connectionPool, javax.jms.QueueConnection queueConnection, javax.jms.Queue queue, MessagePolicy messagePolicy, MessageStrategy messageStrategy)
           
 



Copyright © 2012. All Rights Reserved.