public static interface DataTransactionServices.ConnectionService<T> extends Disposable
Modifier and Type | Method and Description |
---|---|
void |
abort() |
void |
finish() |
T |
get() |
java.lang.String |
getId() |
dispose
java.lang.String getId()
void finish() throws DataException
DataException
void abort() throws DataException
DataException
T get()