wt.calendar
Class StandardCalendarService.CacheModFlusher
java.lang.Object
wt.calendar.StandardCalendarService.CacheModFlusher
- All Implemented Interfaces:
- TransactionListener
- Enclosing class:
- StandardCalendarService
- static class StandardCalendarService.CacheModFlusher
- extends Object
- implements TransactionListener
Top level inner class which signals cache modifications
- creates and deletes
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 |
cCache
private static WTCalendarCache cCache
calOid
long calOid
action
String action
sek
StartEndKey sek
StandardCalendarService.CacheModFlusher
public StandardCalendarService.CacheModFlusher(long calOid,
String action)
StandardCalendarService.CacheModFlusher
public StandardCalendarService.CacheModFlusher(StartEndKey sek,
long calOid,
String action)
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