wt.vc.views
Class StandardViewService.ViewCacheUpdater

java.lang.Object
  extended bywt.vc.views.StandardViewService.ViewCacheUpdater
All Implemented Interfaces:
TransactionListener
Enclosing class:
StandardViewService

static class StandardViewService.ViewCacheUpdater
extends Object
implements TransactionListener


Field Summary
(package private)  View view
           
(package private)  ViewAssociation viewLink
           
 
Constructor Summary
StandardViewService.ViewCacheUpdater(View view)
           
StandardViewService.ViewCacheUpdater(ViewAssociation viewLink)
           
 
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

view

View view

viewLink

ViewAssociation viewLink
Constructor Detail

StandardViewService.ViewCacheUpdater

public StandardViewService.ViewCacheUpdater(View view)
                                     throws WTException

StandardViewService.ViewCacheUpdater

public StandardViewService.ViewCacheUpdater(ViewAssociation viewLink)
                                     throws WTException
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