wt.iba.definition.service
Class IBADefinitionDBService.CachedDefaultViewReset

java.lang.Object
  extended bywt.iba.definition.service.IBADefinitionDBService.CachedDefaultViewReset
All Implemented Interfaces:
TransactionListener
Enclosing class:
IBADefinitionDBService

static class IBADefinitionDBService.CachedDefaultViewReset
extends Object
implements TransactionListener


Field Summary
(package private)  String hId
           
 
Constructor Summary
IBADefinitionDBService.CachedDefaultViewReset(String id)
           
 
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

hId

String hId
Constructor Detail

IBADefinitionDBService.CachedDefaultViewReset

public IBADefinitionDBService.CachedDefaultViewReset(String id)
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