|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwfix.FIXRemoteReplicatorEngine
public final class FIXRemoteReplicatorEngine
Represents the information about the remote FIX engine (a instance of
FIXStandaloneApplication running in a remote process) to be remotely synchronized by a
FIXRemoteReplicatorApplication.
| Constructor Summary | |
|---|---|
FIXRemoteReplicatorEngine(String engineName,
String fixLogDirectory,
String remoteAddress,
FIXRemoteReplicatorEngineCallBack callBack)
Instantiates a new fIX remote replicator engine. |
|
| Method Summary | |
|---|---|
FIXRemoteReplicatorEngineCallBack |
getCallBack()
Gets the call back. |
String |
getEngineName()
Gets the engine name. |
String |
getFixLogDirectory()
Gets the fix log directory. |
String |
getRemoteAddress()
Gets the remote address. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FIXRemoteReplicatorEngine(String engineName,
String fixLogDirectory,
String remoteAddress,
FIXRemoteReplicatorEngineCallBack callBack)
engineName - the engine namefixLogDirectory - the fix log directoryremoteAddress - the remote addresscallBack - the call back| Method Detail |
|---|
public String getEngineName()
public String getFixLogDirectory()
public String getRemoteAddress()
public FIXRemoteReplicatorEngineCallBack getCallBack()
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||