wt.sandbox
Class StandardSandboxService.MethodContextCleaner

java.lang.Object
  extended bywt.sandbox.StandardSandboxService.MethodContextCleaner
All Implemented Interfaces:
TransactionListener
Enclosing class:
StandardSandboxService

private static final class StandardSandboxService.MethodContextCleaner
extends Object
implements TransactionListener


Field Summary
private  Object methodContextKey
           
 
Constructor Summary
(package private) StandardSandboxService.MethodContextCleaner(Object methodContextKey)
           
 
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

methodContextKey

private final Object methodContextKey
Constructor Detail

StandardSandboxService.MethodContextCleaner

StandardSandboxService.MethodContextCleaner(Object methodContextKey)
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