service.upm 1.2 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding='gb2312'?>
  2. <module name="ypff">
  3. <public>
  4. <component name="Validate" accessProtected="false" remote="true" singleton="true" tx="NONE" supportAlias="true">
  5. <implementation>nc.bs.yp.impl.ValidateMaintainImpl</implementation>
  6. </component>
  7. <component name="Unvalidate" accessProtected="false" remote="true" singleton="true" tx="NONE" supportAlias="true">
  8. <implementation>nc.bs.yp.impl.UnvalidateMaintainImpl</implementation>
  9. </component>
  10. <component name="Modify" accessProtected="false" remote="true" singleton="true" tx="NONE" supportAlias="true">
  11. <implementation>nc.bs.yp.impl.ModifyMaintianImpl</implementation>
  12. </component>
  13. <component name="Pomstatus" accessProtected="false" remote="true" singleton="true" tx="NONE" supportAlias="true">
  14. <implementation>nc.bs.yp.impl.PomUpdateStatusImpl</implementation>
  15. </component>
  16. <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
  17. <interface>nc.yp.dao.IUtilMaintain</interface>
  18. <implementation>nc.bs.yp.impl.UtilMaintainImpl</implementation>
  19. </component>
  20. </public>
  21. </module>