wt.team
Class StandardTeamService.TeamTemplateFlusher

java.lang.Object
  extended bywt.team.StandardTeamService.TeamTemplateFlusher
All Implemented Interfaces:
TransactionListener
Enclosing class:
StandardTeamService

static class StandardTeamService.TeamTemplateFlusher
extends Object
implements TransactionListener


Field Summary
(package private)  String action
           
(package private)  TeamTemplate template
           
private static TeamTemplateCache templCache
           
 
Constructor Summary
StandardTeamService.TeamTemplateFlusher(TeamTemplate template, String action)
           
 
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

templCache

private static TeamTemplateCache templCache

template

TeamTemplate template

action

String action
Constructor Detail

StandardTeamService.TeamTemplateFlusher

public StandardTeamService.TeamTemplateFlusher(TeamTemplate template,
                                               String action)
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