public interface ConnectionCallbackInterface
Modifier and Type | Method and Description |
---|---|
void |
completeAbnormalUnitOfWork() |
void |
completeAbnormalUnitOfWork(UnitOfWorkListener uwl)
Rollback the UnitOfWorkListener specifically.
|
void |
completeChainBreakingDisconnect() |
void |
completeLocalCommit() |
void |
completeLocalRollback() |
void |
completePiggyBackIsolation(int pbIsolation)
Completes piggy-backing of the new current isolation level by
updating the cached copy in am.Connection.
|
void |
completePiggyBackSchema(java.lang.String pbSchema)
Completes piggy-backing of the new current schema by updating
the cached copy in am.Connection.
|
void |
completeSqlca(Sqlca e) |
void completeLocalCommit()
void completeLocalRollback()
void completeAbnormalUnitOfWork()
void completeChainBreakingDisconnect()
void completeSqlca(Sqlca e)
void completeAbnormalUnitOfWork(UnitOfWorkListener uwl)
uwl
- The UnitOfWorkListener to be rolled back.void completePiggyBackIsolation(int pbIsolation)
pbIsolation
- new isolation level from the servervoid completePiggyBackSchema(java.lang.String pbSchema)
pbSchema
- new current schema from the serverApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.