|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgr.uoa.di.madgik.commons.state.store.StateStoreInfo
public class StateStoreInfo
Configuration class holding information on the files that must be used for the State Store Repository to
persist information on the registry and the data. If the files are changed and then the StateManager
is reinitialized, all previously stored state will not be available.
Constructor Summary | |
---|---|
StateStoreInfo(java.io.File EntryRegistryFile,
java.io.File EntryDataFile)
Creates a new instance of the class |
Method Summary | |
---|---|
java.lang.Object |
Clone()
Clones the implementing instnace |
java.io.File |
GetEntryDataFile()
Retrieves the file to use for the data repository |
java.io.File |
GetEntryRegistryFile()
Retrieves the file to use for the registry repository |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StateStoreInfo(java.io.File EntryRegistryFile, java.io.File EntryDataFile)
EntryRegistryFile
- The file to use for the registry repositoryEntryDataFile
- The file to use for the data repositoryMethod Detail |
---|
public java.io.File GetEntryRegistryFile()
public java.io.File GetEntryDataFile()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object Clone()
ICloneable
Clone
in interface ICloneable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |