Goods.BasicMetaobject.invalidateObject Function
This method is asynchronously called by server storag agent when deterioration notification from server is received. If the object does not participate in a current Transaction, it is removed from the cache and detroyed. Otherwise the invalidated flag is set and detruction happends after commit. If NOTIFY is set on the object, the associated CondEvent's signal is called

Default void invalidateObject (Goods.ObjectHeader)
  Type Name Description  
    ObjectHeader obj a ObjectHeader object to be invalidated.  
  Return Description  
    void