com.teraspaces.qwfix
Class FIXRemoteReplicatorSessionSettings

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

public final class FIXRemoteReplicatorSessionSettings
extends Object

Represents information about how to remotely synchronize FIX message communication of a specific FIX session from the remote system running in production mode.


Constructor Summary
FIXRemoteReplicatorSessionSettings(String sessionName, FIXSessionDirection direction, boolean synchronize, String filterXml)
          Instantiates a new fIX remote replicator session settings.
 
Method Summary
 FIXSessionDirection getDirection()
          Gets the direction.
 String getFilterXml()
          Reserved for future use.
 String getSessionName()
          Gets the session name.
 boolean getSynchronize()
          Gets a value indicating whether the FIX message for that session should be remotely synchronized.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIXRemoteReplicatorSessionSettings

public FIXRemoteReplicatorSessionSettings(String sessionName,
                                          FIXSessionDirection direction,
                                          boolean synchronize,
                                          String filterXml)
Instantiates a new fIX remote replicator session settings.

Parameters:
sessionName - the session name
direction - the direction
synchronize - the synchronize
filterXml - the filter XML, reserved for future use
Method Detail

getSessionName

public String getSessionName()
Gets the session name.

Returns:
the session name

getDirection

public FIXSessionDirection getDirection()
Gets the direction.

Returns:
the direction

getSynchronize

public boolean getSynchronize()
Gets a value indicating whether the FIX message for that session should be remotely synchronized.

Returns:
true if synchronize; otherwise, false

getFilterXml

public String getFilterXml()
Reserved for future use.

Returns:
reserved for future use