Package tv.hd3g.jobkit.mod.service
Class RegularProcessRunnerService
- java.lang.Object
-
- tv.hd3g.jobkit.mod.service.RegularProcessRunnerService
-
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.InitializingBean
@Service public class RegularProcessRunnerService extends java.lang.Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classRegularProcessRunnerService.Task
-
Constructor Summary
Constructors Constructor Description RegularProcessRunnerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voiddestroy()voidstart()
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
java.lang.Exception
-
start
public void start() throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
destroy
public void destroy() throws java.lang.Exception- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
java.lang.Exception
-
-