|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwfix.FIXEnginePersistenceStateInfo
public final class FIXEnginePersistenceStateInfo
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 |
|---|
public FIXEnginePersistenceStateInfo()
public FIXEnginePersistenceStateInfo(String engineName,
String persistenceName,
String applicationLogName,
Version version,
DateTime startTimeUtc)
engineName - the engine namepersistenceName - the persistence nameapplicationLogName - the application log nameversion - the versionstartTimeUtc - the engine start time in UTC format| Method Detail |
|---|
public String getEngineName()
public String getPersistenceName()
public String getApplicationLogName()
public Version getVersion()
public DateTime getStartTimeUtc()
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||