Class TestServiceImpl

java.lang.Object
com.andaily.service.impl.TestServiceImpl
All Implemented Interfaces:
TestService

@Service("testService") public class TestServiceImpl extends Object implements TestService
Since:
0.1
Author:
Shengzhao Li
  • Constructor Details

    • TestServiceImpl

      public TestServiceImpl()
  • Method Details

    • addDynamicJob

      public boolean addDynamicJob()
      添加一个动态的JOB
      Specified by:
      addDynamicJob in interface TestService
    • removeJob

      public void removeJob()
      删除一个JOB
      Specified by:
      removeJob in interface TestService