config.xml 661 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="GB2312"?>
  2. <plugin version="1.0" id="components.common.job">
  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.common.calendar.Event">
  20. <listener bean-id="EventLCListenerForRemind" event-type="2,3"/>
  21. </monitor-host>
  22. </extension>
  23. <!--Config For ObjectLCMonitor END-->
  24. </plugin>