|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwfix.FIXApplication
public abstract class FIXApplication
Provides base type for all types of application framework.
| Constructor Summary | |
|---|---|
FIXApplication(com.teraspaces.qwfix.repository.FIXRepository repository)
Instantiates a new fIX application. |
|
FIXApplication(com.teraspaces.qwframework.io.SecureUri repositoryUri)
Instantiates a new fIX application. |
|
FIXApplication(String repositoryUriString,
String repositoryLoginName,
String repositoryLoginPassword)
Instantiates a new fIX application. |
|
| Method Summary | |
|---|---|
FIXEngineSettingsLoader |
getEngineSettingsLoader()
Gets an instance of the engine settings loader. |
com.teraspaces.qwframework.io.SecureUri |
getRepositoryUri()
Gets the repository URI. |
com.teraspaces.qwfix.scheduler.FIXSchedulerLoader |
getSchedulerLoader()
Gets an instance of the FIX scheduler loader. |
FIXSchemaLoader |
getSchemaLoader()
Gets an instance of the FIX schema loader. |
FIXSessionSettingsLoader |
getSessionSettingsLoader()
Gets an instance of the session settings loader. |
com.teraspaces.visuallambda.VisualLambdaModuleFactory |
getVisualLambdaLoader()
Gets an instance of the Visual Lambda loader. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FIXApplication(com.teraspaces.qwfix.repository.FIXRepository repository)
repository - the repositorypublic FIXApplication(com.teraspaces.qwframework.io.SecureUri repositoryUri)
repositoryUri - the URI of the repository
public FIXApplication(String repositoryUriString,
String repositoryLoginName,
String repositoryLoginPassword)
repositoryUriString - the repository URIrepositoryLoginName - the repository login namerepositoryLoginPassword - the repository login password| Method Detail |
|---|
public com.teraspaces.qwframework.io.SecureUri getRepositoryUri()
public FIXSchemaLoader getSchemaLoader()
public com.teraspaces.qwfix.scheduler.FIXSchedulerLoader getSchedulerLoader()
public com.teraspaces.visuallambda.VisualLambdaModuleFactory getVisualLambdaLoader()
public FIXSessionSettingsLoader getSessionSettingsLoader()
public FIXEngineSettingsLoader getEngineSettingsLoader()
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||