- All Known Implementing Classes:
- DirectoryDAOFile
public interface DaoDiscriminator
Objects that implement this interface can dynamically tell whether a DAO is in a state that permits handling
data access operations. For instance, a file-backed DAO requires a file to operate; without the file, the DAO
instance may exist, but be inactive. This interface can be implemented by the DAO itself, or by another class.