package com.megatim.fdxconsultation.dao.ifaces.supervision; import com.megatim.fdxcommons.dao.ifaces.abstracts.CustomDAOIfaces; import com.megatim.fdxconsultation.model.supervision.StandaloneServerStateEntity; /** * * @author ASUS */ public interface StandaloneServerStateEntityDAO extends CustomDAOIfaces { void archiveServerState(); StandaloneServerStateEntity getCurrentStandaloneServerStateEntity(); }