org.gcube.datatransformation.datatransformationlibrary.datahandlers
Interface DataHandler

All Known Subinterfaces:
DataBridge, DataSink, DataSource
All Known Implementing Classes:
FilterDataBridge, REFDataBridge

public interface DataHandler

Author:
Dimitris Katris, NKUA DataHandler are classes responsible to fetch or store DataElements.

Method Summary
 void close()
          Closes this DataHandler and releases any resources associated with it.
 boolean isClosed()
          Returns the closed state of the DataHandler.
 

Method Detail

close

void close()
Closes this DataHandler and releases any resources associated with it.


isClosed

boolean isClosed()
Returns the closed state of the DataHandler.

Returns:
true if the DataHandler has been closed.


Copyright © 2013. All Rights Reserved.