com.teraspaces.qwfix
Class FIXEnginePersistenceStateInfo

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

public final class FIXEnginePersistenceStateInfo
extends Object

Provides information about a FIXEnginePersistence. The class cannot be inherited.


Constructor Summary
FIXEnginePersistenceStateInfo()
          Instantiates a new fIX engine persistence state info.
FIXEnginePersistenceStateInfo(String engineName, String persistenceName, String applicationLogName, Version version, DateTime startTimeUtc)
          Instantiates a new fIX engine persistence state info.
 
Method Summary
 String getApplicationLogName()
          Gets the application log name.
 String getEngineName()
          Gets the engine name.
 String getPersistenceName()
          Gets the persistence name.
 DateTime getStartTimeUtc()
          Gets the engine start time in UTC format.
 Version getVersion()
          Gets the version.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIXEnginePersistenceStateInfo

public FIXEnginePersistenceStateInfo()
Instantiates a new fIX engine persistence state info.


FIXEnginePersistenceStateInfo

public FIXEnginePersistenceStateInfo(String engineName,
                                     String persistenceName,
                                     String applicationLogName,
                                     Version version,
                                     DateTime startTimeUtc)
Instantiates a new fIX engine persistence state info.

Parameters:
engineName - the engine name
persistenceName - the persistence name
applicationLogName - the application log name
version - the version
startTimeUtc - the engine start time in UTC format
Method Detail

getEngineName

public String getEngineName()
Gets the engine name.

Returns:
the engine name

getPersistenceName

public String getPersistenceName()
Gets the persistence name.

Returns:
the persistence name

getApplicationLogName

public String getApplicationLogName()
Gets the application log name.

Returns:
the application log name

getVersion

public Version getVersion()
Gets the version.

Returns:
the version

getStartTimeUtc

public DateTime getStartTimeUtc()
Gets the engine start time in UTC format.

Returns:
the engine start time in UTC format