Goods.Metaobject.endAccess Function
endAccess is called when the (current) access/function has ended, and the object is not accessed anymore (the accesscount hits 0 ). It is called from the (autogenerated) postDeamon in BasiMetaObject. Different implementations of this function can be found in the subclasses and by eg locking or not locking the Object provide different strategies.

Default void endAccess (Goods.ObjectHeader)
  Type Name Description  
    ObjectHeader obj a ObjectHeader object that is about to be read.  
  Return Description  
    void