config.xml 606 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="GB2312"?>
  2. <plugin version="1.0" id="components.advisor">
  3. <!--Config For ObjectLCMonitor BEGIN-->
  4. <!--
  5. Listener默认为监控对象的新增、修改、删除前
  6. EventType:
  7. 1:新增
  8. 2:修改
  9. 3:删除前
  10. 4:删除后
  11. 5:修改后
  12. 多个以逗号隔开
  13. -->
  14. <extension
  15. element-class="com.trs.infra.persistent.listener.MonitorHostConfig"
  16. id="components.wcm.content.ObjectLCMonitor">
  17. <!--顾问-->
  18. <monitor-host name="顾问"
  19. class-name="com.trs.components.wcm.advisor.Advisor">
  20. <listener bean-id="AdvisorListenerForRecall" event-type="4"/>
  21. </monitor-host>
  22. </extension>
  23. </plugin>