wt.org
Class StandardOrganizationServicesManager.TransactionMonitor
java.lang.Object
wt.org.StandardOrganizationServicesManager.TransactionMonitor
- All Implemented Interfaces:
- TransactionListener
- Enclosing class:
- StandardOrganizationServicesManager
- class StandardOrganizationServicesManager.TransactionMonitor
- extends Object
- implements TransactionListener
TransactionMonitor class
Inner class used to monitor transaction commits and rollback.
Method Summary |
void |
notifyCommit()
Notify that the commit of the transaction completed. |
void |
notifyRollback()
Notify that the rollback of the transaction completed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetP
Persistable targetP
StandardOrganizationServicesManager.TransactionMonitor
public StandardOrganizationServicesManager.TransactionMonitor(String event,
Persistable target)
notifyCommit
public void notifyCommit()
- Description copied from interface:
TransactionListener
- Notify that the commit of the transaction completed.
Supported API: true
- Specified by:
notifyCommit
in interface TransactionListener
notifyRollback
public void notifyRollback()
- Description copied from interface:
TransactionListener
- Notify that the rollback of the transaction completed.
Supported API: true
- Specified by:
notifyRollback
in interface TransactionListener