Uses of Interface
org.postgresql.pljava.TransactionListener

Packages that use TransactionListener
org.postgresql.pljava   
org.postgresql.pljava.internal   
 

Uses of TransactionListener in org.postgresql.pljava
 

Methods in org.postgresql.pljava with parameters of type TransactionListener
 void Session.addTransactionListener(TransactionListener listener)
          Adds the specified listener to the list of listeners that will receive transactional events.
 void Session.removeTransactionListener(TransactionListener listener)
          Removes the specified listener from the list of listeners that will receive transactional events.
 

Uses of TransactionListener in org.postgresql.pljava.internal
 

Methods in org.postgresql.pljava.internal with parameters of type TransactionListener
 void Session.addTransactionListener(TransactionListener listener)
          Adds the specified listener to the list of listeners that will receive transactional events.
 void Session.removeTransactionListener(TransactionListener listener)
          Removes the specified listener from the list of listeners that will receive transactional events.