ayld / multiverse

Automatically exported from code.google.com/p/multiverse
Other
0 stars 0 forks source link

Instrumentation: Atomic #77

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Methods annotated with the @Atomic annotation, should be transformed so
that all the Transaction plumming (starting, aborting, retrying etc) is
wrapper around the logic. In essence the logic within the
TransactionTemplate should wrapped around the logic of the method.

Original issue reported on code.google.com by alarmnum...@gmail.com on 19 May 2009 at 4:30

GoogleCodeExporter commented 8 years ago

Original comment by alarmnum...@gmail.com on 19 May 2009 at 5:16

GoogleCodeExporter commented 8 years ago
One think that needs some serious thought is: how to get hold of a Stm instance.
Singleton? :)

Original comment by alarmnum...@gmail.com on 20 May 2009 at 8:00

GoogleCodeExporter commented 8 years ago

Original comment by alarmnum...@gmail.com on 24 May 2009 at 10:13

GoogleCodeExporter commented 8 years ago

Original comment by alarmnum...@gmail.com on 28 May 2009 at 7:20