Uses of Class
org.marketcetera.client.brokers.BrokerStatus

Packages that use BrokerStatus
org.marketcetera.client Provides client API to communicate with the server. 
org.marketcetera.client.brokers Broker Status types. 
org.marketcetera.client.jms Spring-wrapped JMS utilities. 
 

Uses of BrokerStatus in org.marketcetera.client
 

Methods in org.marketcetera.client with parameters of type BrokerStatus
 void BrokerStatusListener.receiveBrokerStatus(BrokerStatus status)
          Supplies a broker status to the receiver.
 

Uses of BrokerStatus in org.marketcetera.client.brokers
 

Methods in org.marketcetera.client.brokers that return types with arguments of type BrokerStatus
 List<BrokerStatus> BrokersStatus.getBrokers()
          Returns the status of the receiver's brokers.
 

Constructor parameters in org.marketcetera.client.brokers with type arguments of type BrokerStatus
BrokersStatus(List<BrokerStatus> brokers)
          Creates a new collective status representation, given the status of the brokers.
 

Uses of BrokerStatus in org.marketcetera.client.jms
 

Method parameters in org.marketcetera.client.jms with type arguments of type BrokerStatus
 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.registerHandlerBSX(ReplyHandler<BrokerStatus> handler, String inDstName, boolean isInDstTopic, String replyDstName, boolean isReplyDstTopic)
          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.