close method
void
close()
Closes the transaction manager
Implementation
void close() {
clear();
_beginController.close();
_commitController.close();
_abortController.close();
}
Closes the transaction manager
void close() {
clear();
_beginController.close();
_commitController.close();
_abortController.close();
}