org.postgresql.pljava.internal
Interface EOXactListener
- All Known Implementing Classes:
- Session
public interface EOXactListener
Interface implemented by internal classes that wishes to listen to the
PostgreSQL EOXact event.
Method Summary |
void |
onEOXact(boolean isCommit)
Callback received from the backend when a transaction has ended. |
onEOXact
void onEOXact(boolean isCommit)
- Callback received from the backend when a transaction has ended.
- Parameters:
isCommit
- Set to true
if the commit was a success
and false
if the transaction aborted.
Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. Distributed under the terms shown in COPYRIGHT