Interface ExchangeDataDAO
-
- All Known Implementing Classes:
FilesystemExchangeDataDAO
public interface ExchangeDataDAO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsave(ExchangeData exchangeData)
-
-
-
Method Detail
-
save
void save(ExchangeData exchangeData) throws Exception
- Throws:
Exception
-
-