wt.content
Class StandardContentService.WaitNotifier
java.lang.Object
wt.content.StandardContentService.WaitNotifier
- All Implemented Interfaces:
- TransactionListener
- Enclosing class:
- StandardContentService
- static class StandardContentService.WaitNotifier
- extends Object
- implements TransactionListener
Each of the holder in the holders set will have a HashSet of AppDatas
corresponds to it, the HashSet will also be used to store strings (file names)
in addition to AppDatas object type. See findCachedAppDataByName().
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 |
notifyOn
private String notifyOn
StandardContentService.WaitNotifier
StandardContentService.WaitNotifier(Object 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