Class PersistencyStore

java.lang.Object
org.scictrl.csshell.epics.server.PersistencyStore
All Implemented Interfaces:
Runnable

public class PersistencyStore extends Object implements Runnable
Stores and restores state of Record or PersistentValueProcessor, which are registered.
Author:
igor@scictrl.com
  • Constructor Details

    • PersistencyStore

      public PersistencyStore() throws org.apache.commons.configuration.ConfigurationException
      Make instance of store, that operates as a dummy.
      Throws:
      org.apache.commons.configuration.ConfigurationException - configuration error
    • PersistencyStore

      public PersistencyStore(File f, Database database) throws org.apache.commons.configuration.ConfigurationException

      Constructor for PersistencyStore.

      Parameters:
      f - a File object
      database - a Database object
      Throws:
      org.apache.commons.configuration.ConfigurationException - if any.
  • Method Details