Package org.cip4.jdflib.util.thread
Interface IPersistable
- All Known Implementing Classes:
BackupDirectory,RollingBackupDirectory
public interface IPersistable
Interface called by
DelayedPersist to physically persist-
Method Summary
-
Method Details
-
persist
boolean persist()physically persist the whatever stuff- Returns:
- true if persist was successful
-