Uses of Interface
com.subshell.persistence.runner.TransactionContextRunner

Packages that use TransactionContextRunner
com.subshell.persistence.filter Servlet request filters. 
com.subshell.persistence.runner Utility classes for automatic provision of transaction contexts. 
 

Uses of TransactionContextRunner in com.subshell.persistence.filter
 

Methods in com.subshell.persistence.filter that return TransactionContextRunner
protected  TransactionContextRunner TransactionFilter.getRunner()
          Creates and returns a new TransactionContextRunner in which to run the filter's Runnable.
 

Uses of TransactionContextRunner in com.subshell.persistence.runner
 

Classes in com.subshell.persistence.runner that implement TransactionContextRunner
 class SelfContainedTransactionContextRunner
           Runs a Runnable and provides it with a self-contained transaction context.
 class SimpleTransactionContextRunner
          Runs a Runnable and provides it with a transaction context.
 

Methods in com.subshell.persistence.runner that return TransactionContextRunner
protected  TransactionContextRunner SelfContainedTransactionContextRunner.createTransactionContextRunner()
          Creates and returns a new transaction context runner to be used inside the self-contained transaction context runner.
 



Copyright © 2004-2005 subshell GmbH. All Rights Reserved.