Created by Jerry Wang, last modified on May 05, 2014
在debugger裡觀察trigger instance裡的attribute MEDIUM類型:

該Medium 初始化邏輯如下:
1. 從table PPFTTRIGG裡讀取相關記錄:
2. 通過DB中的記錄設定persistent class的attribute:
首先根據application class ID拿到class agent reference:
然後再通過application oid拿到對應的medium instance:
Persistent class的注冊邏輯可以在agent class的class_constructor裡找到: