| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BrokerStatusListener.receiveBrokerStatus(BrokerStatus status)
Supplies a broker status to the receiver.
|
void |
ClientImpl.BrokerStatusReceiver.receiveMessage(BrokerStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<BrokerStatus> |
BrokersStatus.getBrokers()
Returns the status of the receiver's brokers.
|
| Constructor and Description |
|---|
BrokersStatus(List<BrokerStatus> inBrokers)
Creates a new collective status representation, given the status of the brokers.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2015. All Rights Reserved.