Class CollectLocalRDBStorageManager

  • All Implemented Interfaces:
    Serializable, org.springframework.beans.factory.InitializingBean

    @Component
    public class CollectLocalRDBStorageManager
    extends BaseStorageManager
    implements org.springframework.beans.factory.InitializingBean
    Author:
    S. Ricci
    See Also:
    Serialized Form
    • Constructor Detail

      • CollectLocalRDBStorageManager

        public CollectLocalRDBStorageManager()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • init

        public void init()
      • initStorageDirectory

        protected void initStorageDirectory()
      • existsRDBFile

        public boolean existsRDBFile​(String surveyName,
                                     RecordStep step)
      • deleteRDBFile

        public boolean deleteRDBFile​(String surveyName,
                                     RecordStep step)