org.wiperdog.jobmanager.internal
Class PseudoReceiver
java.lang.Object
org.wiperdog.jobmanager.internal.PseudoReceiver
- All Implemented Interfaces:
- Node, Predecessor, Receiver
public class PseudoReceiver
- extends Object
- implements Receiver, Node
- Author:
- kurohara
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PseudoReceiver
public PseudoReceiver()
PseudoReceiver
public PseudoReceiver(String name)
getJobKey
public org.quartz.JobKey getJobKey()
- Description copied from interface:
Receiver
- JobKeyを取得
- Specified by:
getJobKey in interface Receiver
- Returns:
- JobKey
addOutFlow
public void addOutFlow(Flow f)
- Description copied from interface:
Predecessor
- 下流要素を追加
- Specified by:
addOutFlow in interface Predecessor
- Parameters:
f - 下流要素のFlowインタフェース
deleteOutFlow
public void deleteOutFlow(Flow f)
- Description copied from interface:
Predecessor
- 下流要素を削除
- Specified by:
deleteOutFlow in interface Predecessor
- Parameters:
f - 下流要素のFlowインタフェース
interruptNet
public void interruptNet(boolean v)
getOutFlows
public Flow[] getOutFlows()
- Description copied from interface:
Predecessor
- 出力先一覧を取得
- Specified by:
getOutFlows in interface Predecessor
- Returns:
getName
public String getName()
- Description copied from interface:
Node
- 名前を取得
- Specified by:
getName in interface Node
- Returns:
getPValue
public boolean getPValue()
- Specified by:
getPValue in interface Node
- Returns:
Copyright © 2013. All Rights Reserved.