Package org.gvsig.fmap.dal.spi
Interface DataTransactionServices.ConnectionService<T>
- All Superinterfaces:
org.gvsig.tools.dispose.Disposable
- All Known Subinterfaces:
JDBCConnection
- Enclosing interface:
DataTransactionServices
public static interface DataTransactionServices.ConnectionService<T>
extends org.gvsig.tools.dispose.Disposable
-
Method Summary
Methods inherited from interface org.gvsig.tools.dispose.Disposable
dispose
-
Method Details
-
getId
String getId() -
finish
- Throws:
DataException
-
abort
- Throws:
DataException
-
get
T get()
-