Uses of Class
org.wiperdog.jobmanager.JobFacade.ControlJobType

Packages that use JobFacade.ControlJobType
org.wiperdog.jobmanager   
org.wiperdog.jobmanager.internal   
 

Uses of JobFacade.ControlJobType in org.wiperdog.jobmanager
 

Methods in org.wiperdog.jobmanager that return JobFacade.ControlJobType
static JobFacade.ControlJobType JobFacade.ControlJobType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobFacade.ControlJobType[] JobFacade.ControlJobType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.wiperdog.jobmanager with parameters of type JobFacade.ControlJobType
 org.quartz.JobDetail JobFacade.createControlJob(String name, JobFacade.ControlJobType type, String[] args)
          制御ジョブの作成
 

Uses of JobFacade.ControlJobType in org.wiperdog.jobmanager.internal
 

Methods in org.wiperdog.jobmanager.internal with parameters of type JobFacade.ControlJobType
 org.quartz.JobDetail JobFacadeImpl.createControlJob(String name, JobFacade.ControlJobType type, String[] args)
           
 



Copyright © 2013. All Rights Reserved.