Paketname | libtransaction-simple-ruby1.8 |
Beschreibung | A generic way to add active transaction support to objects |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.4.0-1 |
Sektion | ruby |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | ruby1.8 |
Empfohlene Pakete | |
Paketbetreuer | Gunnar Wolf |
Quelle | libtransaction-simple-ruby |
Paketgröße | 8008 Byte |
Prüfsumme MD5 | 93ceeaf90f3df79d4413abfb5d247e05 |
Prüfsumme SHA1 | 29d08a523bf429deb646b13a8df106dff87b60a2 |
Prüfsumme SHA256 | 1c0c569679f00d5444db888e56d29c89d8c07efa1e970afb9a7484e55c99794c |
Link zum Herunterladen | libtransaction-simple-ruby1.8_1.4.0-1_all.deb |
Ausführliche Beschreibung | Transaction::Simple provides a generic way to add active transaction
support to objects. The transaction methods added by this module will work
with most objects, excluding those that cannot be Marshal-ed (bindings,
procedure objects, IO instances, or singleton objects).
.
The transactions supported by Transaction::Simple are not associated with
any sort of data store. They are "live" transactions occurring in memory
on the object itself. This is to allow "test" changes to be made to an
object before making the changes permanent.
|