budget.upm 543 B

12345678910111213
  1. <?xml version="1.0" encoding='gb2312'?>
  2. <module name="tbb">
  3. <public>
  4. <component priority="0" singleton="true" remote="true" tx="NONE" supportAlias="true">
  5. <interface>nc.itf.tbb.IBudgetService</interface>
  6. <implementation>nc.impl.tbb.BudgetServiceImpl</implementation>
  7. </component>
  8. <component name="ResetBudget" accessProtected="false" remote="true" singleton="true" tx="NONE" supportAlias="true">
  9. <implementation>nc.impl.tbb.ResetBudgetImpl</implementation>
  10. </component>
  11. </public>
  12. </module>