postDaemon
is inserted by MOP geneator after each
method invocation or object component access. See also MetaObject
This "basic" implementation decreases the accesscount of the object and
if that hits 0 calls endAccess(obj). In that case, the object is removed from
the cache manager and detroyObject is called. If that was the end of
nested Trasaction, either commitTransaction, or abortTransaction,
depending on if the flag indicates Exception is called.
![]() |
Type | Name | Description | ||
ObjectHeader | obj | an ObjectHeader of object that has been changed
|
|||
int | attr | an int , indicating where/how the chage happened. An OR
combination of the static flags below
|
![]() |
Return | Description | ||
void |