wt.content
Class StandardContentService.WaitNotifier

java.lang.Object
  extended bywt.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().


Field Summary
private  String notifyOn
           
 
Constructor Summary
(package private) StandardContentService.WaitNotifier(Object target)
           
 
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
 

Field Detail

notifyOn

private String notifyOn
Constructor Detail

StandardContentService.WaitNotifier

StandardContentService.WaitNotifier(Object target)
Method Detail

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