com.teraspaces.qwfix
Class FIXRemoteReplicatorEngine

java.lang.Object
  extended by com.teraspaces.qwfix.FIXRemoteReplicatorEngine

public final class FIXRemoteReplicatorEngine
extends Object

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

FIXRemoteReplicatorEngine

public FIXRemoteReplicatorEngine(String engineName,
                                 String fixLogDirectory,
                                 String remoteAddress,
                                 FIXRemoteReplicatorEngineCallBack callBack)
Instantiates a new fIX remote replicator engine.

Parameters:
engineName - the engine name
fixLogDirectory - the fix log directory
remoteAddress - the remote address
callBack - the call back
Method Detail

getEngineName

public String getEngineName()
Gets the engine name.

Returns:
the engine name

getFixLogDirectory

public String getFixLogDirectory()
Gets the fix log directory.

Returns:
the fix log directory

getRemoteAddress

public String getRemoteAddress()
Gets the remote address.

Returns:
the remote address

getCallBack

public FIXRemoteReplicatorEngineCallBack getCallBack()
Gets the call back.

Returns:
the call back