wt.queue
Class WtQueue.QueueCacheUpdater

java.lang.Object
  extended bywt.queue.WtQueue.QueueCacheUpdater
All Implemented Interfaces:
TransactionListener
Enclosing class:
WtQueue

static class WtQueue.QueueCacheUpdater
extends Object
implements TransactionListener

Top level inner class which updates the queue cache


Field Summary
(package private)  WtQueue wtq
           
 
Constructor Summary
WtQueue.QueueCacheUpdater(WtQueue wtq)
           
 
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

wtq

WtQueue wtq
Constructor Detail

WtQueue.QueueCacheUpdater

public WtQueue.QueueCacheUpdater(WtQueue wtq)
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