|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrderInfoCache | |
|---|---|
| org.marketcetera.ors | Main classes for the order routing system server. |
| org.marketcetera.ors.config | Spring-based application configuration. |
| Uses of OrderInfoCache in org.marketcetera.ors |
|---|
| Classes in org.marketcetera.ors with type parameters of type OrderInfoCache | |
|---|---|
class |
OrderInfoBase<T extends OrderInfoCache>
A foundation order information class for entries in an OrderInfoCache cache. |
| Classes in org.marketcetera.ors that implement OrderInfoCache | |
|---|---|
class |
SimpleOrderInfoCache
A cache of order information. |
| Constructors in org.marketcetera.ors with parameters of type OrderInfoCache | |
|---|---|
ReplyPersister(ReportHistoryServices historyServices,
OrderInfoCache cache)
Creates a new persister which relies on the given report history services provider for persistence operations. |
|
| Uses of OrderInfoCache in org.marketcetera.ors.config |
|---|
| Methods in org.marketcetera.ors.config that return OrderInfoCache | |
|---|---|
OrderInfoCache |
SpringConfig.getOrderInfoCache()
Returns the receiver's order information cache. |
| Methods in org.marketcetera.ors.config with parameters of type OrderInfoCache | |
|---|---|
void |
SpringConfig.setOrderInfoCache(OrderInfoCache orderInfoCache)
Sets the receiver's order information cache to the given one. |
| Constructors in org.marketcetera.ors.config with parameters of type OrderInfoCache | |
|---|---|
SpringConfig(SpringBrokers brokers,
SpringSelector selector,
MessageFilter supportedMessages,
OrderFilter allowedOrders,
String serverHost,
int serverPort,
long serverSessionLife,
ConnectionFactory incomingCF,
ConnectionFactory outgoingCF,
IDFactory idFactory,
ReportHistoryServices reportHistoryServices,
OrderInfoCache orderInfoCache)
Creates a new application configuration with the given properties. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||