Uses of Interface
org.marketcetera.client.jms.ReceiveOnlyHandler

Packages that use ReceiveOnlyHandler
org.marketcetera.client.jms Spring-wrapped JMS utilities. 
 

Uses of ReceiveOnlyHandler in org.marketcetera.client.jms
 

Methods in org.marketcetera.client.jms with parameters of type ReceiveOnlyHandler
 SimpleMessageListenerContainer IncomingJmsFactory.registerHandler(ReceiveOnlyHandler<?> handler, String inDstName, boolean isInDstTopic)
          Registers the given message handler for messages that are received by the given incoming destination (and of the given type).
 SimpleMessageListenerContainer IncomingJmsFactory.registerHandler(ReceiveOnlyHandler<?> handler, String inDstName, boolean isInDstTopic, MessageConverter messageConverter)
          Registers the given message handler for messages that are received by the given incoming destination (and of the given type).
 SimpleMessageListenerContainer IncomingJmsFactory.registerHandlerBSX(ReceiveOnlyHandler<BrokerStatus> handler, String inDstName, boolean isInDstTopic)
          Registers the given message handler for messages that are received by the given incoming destination (and of the given type).
 SimpleMessageListenerContainer IncomingJmsFactory.registerHandlerOEX(ReceiveOnlyHandler<OrderEnvelope> handler, String inDstName, boolean isInDstTopic)
          Registers the given message handler for messages that are received by the given incoming destination (and of the given type).
 SimpleMessageListenerContainer IncomingJmsFactory.registerHandlerQ(ReceiveOnlyHandler<Message> handler, String inDstName, boolean isInDstTopic)
          Registers the given message handler for messages that are received by the given incoming destination (and of the given type).
 SimpleMessageListenerContainer IncomingJmsFactory.registerHandlerTMX(ReceiveOnlyHandler<TradeMessage> handler, String inDstName, boolean isInDstTopic)
          Registers the given message handler for messages that are received by the given incoming destination (and of the given type).
 



Copyright © 2012. All Rights Reserved.