Package org.firebirdsql.gds.ng
Interface OperationCloseHandle
-
- All Superinterfaces:
java.lang.AutoCloseable
public interface OperationCloseHandle extends java.lang.AutoCloseable
Close handle forOperation
implementations.- Since:
- 4.0
- Author:
- Mark Rotteveel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
boolean
isCancelled()
-