Uses of Class
wt.adapter.NestedTransaction

Packages that use NestedTransaction
wt.adapter Provides the definition for InfoEngine WebjectServices and WebjectDelegates. 
 

Uses of NestedTransaction in wt.adapter
 

Fields in wt.adapter declared as NestedTransaction
private  NestedTransaction NestedTransaction.parent
           
 

Methods in wt.adapter that return NestedTransaction
 NestedTransaction NestedTransaction.getParent()
           
 

Methods in wt.adapter with parameters of type NestedTransaction
 void NestedTransaction.setParent(NestedTransaction parent)
           
 

Constructors in wt.adapter with parameters of type NestedTransaction
NestedTransaction(Transaction transaction, NestedTransaction parent)