org.wiperdog.jobmanager
Interface JobExecutable


public interface JobExecutable

Interface for instance base job.

Author:
kurohara

Method Summary
 Object execute(org.quartz.JobDataMap params)
           
 String getArgumentString()
           
 String getName()
          get name used to uniquely recognize this job.
 void stop(Thread thread)
          stop execution immediately.
 

Method Detail

execute

Object execute(org.quartz.JobDataMap params)
               throws InterruptedException
Parameters:
params -
Returns:
Throws:
InterruptedException

getName

String getName()
get name used to uniquely recognize this job.

Returns:

getArgumentString

String getArgumentString()
Returns:

stop

void stop(Thread thread)
stop execution immediately.

Parameters:
thread -


Copyright © 2013. All Rights Reserved.