Package org.apache.derby.client.am
Interface ConnectionCallbackInterface
- All Known Implementing Classes:
ClientConnection
,NetConnection
public interface ConnectionCallbackInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Rollback the UnitOfWorkListener specifically.void
void
void
void
completePiggyBackIsolation
(int pbIsolation) Completes piggy-backing of the new current isolation level by updating the cached copy in am.Connection.void
completePiggyBackSchema
(String pbSchema) Completes piggy-backing of the new current schema by updating the cached copy in am.Connection.void
-
Method Details
-
completeLocalCommit
void completeLocalCommit() -
completeLocalRollback
void completeLocalRollback() -
completeAbnormalUnitOfWork
void completeAbnormalUnitOfWork() -
completeChainBreakingDisconnect
void completeChainBreakingDisconnect() -
completeSqlca
-
completeAbnormalUnitOfWork
Rollback the UnitOfWorkListener specifically.- Parameters:
uwl
- The UnitOfWorkListener to be rolled back.
-
completePiggyBackIsolation
void completePiggyBackIsolation(int pbIsolation) Completes piggy-backing of the new current isolation level by updating the cached copy in am.Connection.- Parameters:
pbIsolation
- new isolation level from the server
-
completePiggyBackSchema
Completes piggy-backing of the new current schema by updating the cached copy in am.Connection.- Parameters:
pbSchema
- new current schema from the server
-