org.wiperdog.jobmanager
Interface Receiver

All Superinterfaces:
Predecessor
All Known Subinterfaces:
JobReceiver
All Known Implementing Classes:
JobReceiverImpl, PseudoReceiver

public interface Receiver
extends Predecessor

ジョブ実行の結果をJobNetに流すインタフェース

Author:
kurohara

Field Summary
static String KEY_JOBEXECUTIONFAILED
           
 
Method Summary
 org.quartz.JobKey getJobKey()
          JobKeyを取得
 
Methods inherited from interface org.wiperdog.jobmanager.Predecessor
addOutFlow, deleteOutFlow, getOutFlows
 

Field Detail

KEY_JOBEXECUTIONFAILED

static final String KEY_JOBEXECUTIONFAILED
See Also:
Constant Field Values
Method Detail

getJobKey

org.quartz.JobKey getJobKey()
JobKeyを取得

Returns:
JobKey


Copyright © 2013. All Rights Reserved.