Uses of Interface
orc.runtime.transaction.Cohort

Packages that use Cohort
orc.runtime.transaction   
 

Uses of Cohort in orc.runtime.transaction
 

Methods in orc.runtime.transaction that return types with arguments of type Cohort
 java.util.Set<Cohort> Transaction.getCohorts()
           
 

Methods in orc.runtime.transaction with parameters of type Cohort
 void Transaction.addCohort(Cohort c)