A C D G M O P R S U W 
All Classes All Packages

A

api() - Method in class org.marketcetera.server.DareApplication
Create the Swagger API component.
apiInfo() - Method in class org.marketcetera.server.DareApplication
Get the API info (REST Swagger) for DARE.

C

contextPathClasses - Variable in class org.marketcetera.server.DareApplication
context path classes used to marshal and unmarshal XML values

D

DareApplication - Class in org.marketcetera.server
Application entry point for the community DARE application.
DareApplication() - Constructor for class org.marketcetera.server.DareApplication
 

G

getAdminRpcService(Authenticator, SessionManager<ServerSession>) - Method in class org.marketcetera.server.DareApplication
Get the admin RPC service.
getAuthenticator() - Method in class org.marketcetera.server.DareApplication
Get the authenticator service.
getAverageFillPriceFactory() - Method in class org.marketcetera.server.DareApplication
Get the average fill price factory value.
getBrokerSelector() - Method in class org.marketcetera.server.DareApplication
Get the default broker selector to use.
getClusterDataFactory() - Method in class org.marketcetera.server.DareApplication
Get the cluster data factory bean.
getClusterRpcService(Authenticator, SessionManager<ServerSession>) - Method in class org.marketcetera.server.DareApplication
Get the Cluster RPC service.
getDataFlowRpcService(Authenticator, SessionManager<ServerSession>) - Method in class org.marketcetera.server.DareApplication
Get the Data Flow RPC service.
getEmbeddedWebServerPortUserProxy() - Method in class org.marketcetera.server.DareApplication
Get the port user proxy for the embedded web server.
getEsperEngine() - Method in class org.marketcetera.server.DareApplication
Get the Esper engine value.
getEventBusEsperConnector() - Method in class org.marketcetera.server.DareApplication
Get the Event Bus <-> Esper connector value.
getFixAdminRpcService(Authenticator, SessionManager<ServerSession>) - Method in class org.marketcetera.server.DareApplication
Get the Fix Admin RPC service.
getFixSessionProvider() - Method in class org.marketcetera.server.DareApplication
Get the FIX session provider bean.
getIncomingTradeMessageBroadcastConnector() - Method in class org.marketcetera.server.DareApplication
Get the IncomingTradeMessageBroadcastConnector value.
getIncomingTradeMessageConverterConnector() - Method in class org.marketcetera.server.DareApplication
Get the incoming trade message converter connector value.
getIncomingTradeMessagePersistenceConnector() - Method in class org.marketcetera.server.DareApplication
Get the incoming trade message persistence connector value.
getMarketDataClient() - Method in class org.marketcetera.server.DareApplication
Get the market data client value.
getMarketDataRpcService(Authenticator, SessionManager<ServerSession>) - Method in class org.marketcetera.server.DareApplication
Get the Market Data RPC service.
getMessageFactory() - Method in class org.marketcetera.server.DareApplication
Get the message factory bean.
getMessageOwnerService() - Method in class org.marketcetera.server.DareApplication
Get the message owner service value.
getMessageStoreConfiguration() - Method in class org.marketcetera.server.DareApplication
Get the message store configuration value.
getMetricServiceReporter() - Method in class org.marketcetera.server.DareApplication
Get the metric service reporter value.
getModuleManager() - Method in class org.marketcetera.server.DareApplication
Get the module manager value.
getMutableActiveFixSessionFactory() - Method in class org.marketcetera.server.DareApplication
Get the mutable active FIX session factory bean.
getMutableFixSessionFactory() - Method in class org.marketcetera.server.DareApplication
Get the mutable FIX session factory bean.
getOrderConverterConnector() - Method in class org.marketcetera.server.DareApplication
Get the order converter connector value.
getOutgoingMessageCachingConnector() - Method in class org.marketcetera.server.DareApplication
Get the outgoing message caching connector value.
getOutgoingMessagePersistenceConnector() - Method in class org.marketcetera.server.DareApplication
Get the outgoing message persistence connector value.
getPasswordService() - Method in class org.marketcetera.server.DareApplication
Get the password service value.
getPermissionFactory() - Method in class org.marketcetera.server.DareApplication
Get the permission factory value.
getProvisioningAgent() - Method in class org.marketcetera.server.DareApplication
Get the provisioning agent bean.
getQuickFixSender() - Method in class org.marketcetera.server.DareApplication
Get the QFJ sender implementation for DARE.
getRoleFactory() - Method in class org.marketcetera.server.DareApplication
Get the role factory value.
getRpcServer(List<BindableService>) - Method in class org.marketcetera.server.DareApplication
Get the RPC server value.
getServerFixSessionFactory() - Method in class org.marketcetera.server.DareApplication
Get the server FIX session factory bean.
getSessionManager() - Method in class org.marketcetera.server.DareApplication
Get the session manager service.
getStrategyClientFactory() - Method in class org.marketcetera.server.DareApplication
Get the strategy client factory value.
getStrategyInstanceFactory() - Method in class org.marketcetera.server.DareApplication
Get the strategy instance factory value.
getStrategyMessageFactory() - Method in class org.marketcetera.server.DareApplication
Get the strategy message factory value.
getStrategyRpcService(Authenticator, SessionManager<ServerSession>) - Method in class org.marketcetera.server.DareApplication
Get the Strategy RPC service.
getStrategyService() - Method in class org.marketcetera.server.DareApplication
Get the strategy service bean.
getSymbolResolverService() - Method in class org.marketcetera.server.DareApplication
Get the symbol resolver service value.
getTradeClient() - Method in class org.marketcetera.server.DareApplication
Get the trade client value.
getTradeRpcService(Authenticator, SessionManager<ServerSession>) - Method in class org.marketcetera.server.DareApplication
Get the Trade RPC service.
getUserAttributeFactory() - Method in class org.marketcetera.server.DareApplication
Get the user attribute factory value.
getUserAttributeService() - Method in class org.marketcetera.server.DareApplication
Get the user attribute service value.
getUserFactory() - Method in class org.marketcetera.server.DareApplication
Get the user factory value.
getUserService() - Method in class org.marketcetera.server.DareApplication
Get the user service bean.
getXmlService() - Method in class org.marketcetera.server.DareApplication
Get the XmlService value.

M

main(String[]) - Static method in class org.marketcetera.server.DareApplication
Main application entry.
metricServiceLogReporterInterval - Variable in class org.marketcetera.server.DareApplication
interval at which to report metrics

O

org.marketcetera.server - package org.marketcetera.server
 

P

privateKeyPath - Variable in class org.marketcetera.server.DareApplication
private key path for SSL cert
provisioningDirectory - Variable in class org.marketcetera.server.DareApplication
provisioning directory base
publicKeyPath - Variable in class org.marketcetera.server.DareApplication
public key path for SSL cert

R

rpcPort - Variable in class org.marketcetera.server.DareApplication
RPC services port

S

serverHostname - Variable in class org.marketcetera.server.DareApplication
server hostname
start() - Method in class org.marketcetera.server.DareApplication
Validate and start the object.

U

useSsl - Variable in class org.marketcetera.server.DareApplication
indicates whether to use SSL or not

W

webServerPort - Variable in class org.marketcetera.server.DareApplication
web services port
A C D G M O P R S U W 
All Classes All Packages