Goods.Metaobject.forgetObject Function
forgetObject is called when the objects finalize() is called, if it's opid is still valid. If all data were local, this would mean the object could be destroyed because it's not reachable anymore. But because more references may exist at the servers end, this basically reduces the reference count at the servers side. Server side garbage collection will eventually reclaim the object space, if it really has become unreachable.

Default void forgetObject (Goods.ObjectHeader)
  Type Name Description  
    ObjectHeader obj a ObjectHeader that has become locally unreachable  
  Return Description  
    void