Goods.Metaobject.postDaemon Function
Invocation of this postDaemon is inserted by MOP generator after each method invocation or object component access. The inserted code is something like: super.metaobject.postDaemon(this,attr,flag)

Public void postDaemon (Goods.ObjectHeader, int)
  Type Name Description  
    ObjectHeader obj an ObjectHeader of object hat has been changed  
    int attr an int, indicating where/how the change happened. An OR combination of the static flags below  
  Return Description  
    void