|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JdbcCoordinator
Coordinates JDBC-related activities.
Method Summary | ||
---|---|---|
void |
abortBatch()
Abort the currently managed batch (if any) |
|
void |
afterTransaction()
Signals the end of transaction. |
|
void |
cancelLastQuery()
Attempt to cancel the last query sent to the JDBC driver. |
|
Connection |
close()
Close this coordinator and release and resources. |
|
|
coordinateWork(WorkExecutorVisitable<T> work)
Perform the requested work handling exceptions, coordinating and handling return processing. |
|
int |
determineRemainingTransactionTimeOutPeriod()
Calculate the amount of time, in seconds, still remaining before transaction timeout occurs. |
|
void |
executeBatch()
Execute the currently managed batch (if any) |
|
void |
flushBeginning()
Callback to let us know that a flush is beginning. |
|
void |
flushEnding()
Callback to let us know that a flush is ending. |
|
Batch |
getBatch(BatchKey key)
Get a batch instance. |
|
LogicalConnectionImplementor |
getLogicalConnection()
Retrieves the logical connection associated with this JDBC coordinator. |
|
StatementPreparer |
getStatementPreparer()
Obtain the statement preparer associated with this JDBC coordinator. |
|
TransactionCoordinator |
getTransactionCoordinator()
Retrieve the transaction coordinator associated with this JDBC coordinator. |
|
void |
setTransactionTimeOut(int seconds)
Set the effective transaction timeout period for the current transaction, in seconds. |
Method Detail |
---|
TransactionCoordinator getTransactionCoordinator()
LogicalConnectionImplementor getLogicalConnection()
Batch getBatch(BatchKey key)
key
- The unique batch key.
void executeBatch()
void abortBatch()
StatementPreparer getStatementPreparer()
void flushBeginning()
flushEnding()
void flushEnding()
Connection close()
Connection
associated with the managed logical connection
LogicalConnection.close()
void afterTransaction()
<T> T coordinateWork(WorkExecutorVisitable<T> work)
T
- The result type.work
- The work to be performed.
void cancelLastQuery()
void setTransactionTimeOut(int seconds)
seconds
- The number of seconds before a time out should occur.int determineRemainingTransactionTimeOutPeriod()
TransactionException
- Indicates the time out period has already been exceeded.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |