|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transaction | |
|---|---|
| orc.error.runtime | |
| orc.runtime | Runtime for Orc interpreter. |
| orc.runtime.sites | Abstract base classes for Orc sites plus fundamental sites. |
| orc.runtime.transaction | |
| orc.runtime.values | Representations for Orc types which don't have direct analogues in the host language (Java). |
| Uses of Transaction in orc.error.runtime |
|---|
| Constructors in orc.error.runtime with parameters of type Transaction | |
|---|---|
NontransactionalSiteException(Site s,
Transaction t)
|
|
| Uses of Transaction in orc.runtime |
|---|
| Methods in orc.runtime that return Transaction | |
|---|---|
Transaction |
Token.getTransaction()
|
| Methods in orc.runtime with parameters of type Transaction | |
|---|---|
Token |
Token.setTransaction(Transaction trans)
|
| Uses of Transaction in orc.runtime.sites |
|---|
| Methods in orc.runtime.sites with parameters of type Transaction | |
|---|---|
protected void |
Site.enterTransaction(Transaction transaction)
|
| Uses of Transaction in orc.runtime.transaction |
|---|
| Fields in orc.runtime.transaction declared as Transaction | |
|---|---|
Transaction |
Transaction.parent
|
| Methods in orc.runtime.transaction with parameters of type Transaction | |
|---|---|
void |
Cohort.confirm(Token t,
Transaction trans)
|
void |
Cohort.ready(Token t,
Transaction trans)
|
void |
Cohort.rollback(Token t,
Transaction trans)
|
| Constructors in orc.runtime.transaction with parameters of type Transaction | |
|---|---|
ReadyRegion(Region parent,
Transaction trans)
|
|
TransRegion(Region parent,
Transaction trans)
|
|
| Uses of Transaction in orc.runtime.values |
|---|
| Methods in orc.runtime.values that return Transaction | |
|---|---|
Transaction |
GroupCell.getTransaction()
|
| Methods in orc.runtime.values with parameters of type Transaction | |
|---|---|
void |
GroupCell.setTransaction(Transaction trans)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||