Abstraction layer to encapsulate different output
destinations. Configuration option <key-prefix> defaults to
"org.apache.cocoon.components.modules.output.OutputModule" + ":"
Can be used with different isolation-level: default is "0" being
no isolation at all, values are immediately visible but are removed
on a rollback; "1" keeps the values at a safe place until either
rollback or commit is called. Then values are either discarded or
copied to the final destination.
rollback(Configuration modeConf,
Map objectModel,
Exception e)
If a database transaction needs to rollback, this is called to
inform the further processing logic about this fact.
If a database transaction needs to rollback, this is called to
inform the further processing logic about this fact. All
already set attribute values are invalidated.
This is difficult
because only the request object can be used to synchronize this
and build some kind of transaction object. Beware that sending
your data straight to some beans or other entities could result
in data corruption!