org.wiperdog.jobmanager.internal
Class PseudoReceiver

java.lang.Object
  extended by org.wiperdog.jobmanager.internal.PseudoReceiver
All Implemented Interfaces:
Node, Predecessor, Receiver

public class PseudoReceiver
extends Object
implements Receiver, Node

Author:
kurohara

Field Summary
 
Fields inherited from interface org.wiperdog.jobmanager.Receiver
KEY_JOBEXECUTIONFAILED
 
Fields inherited from interface org.wiperdog.jobmanager.Node
KEY_JOBEXECUTIONFAILED
 
Constructor Summary
PseudoReceiver()
           
PseudoReceiver(String name)
           
 
Method Summary
 void addOutFlow(Flow f)
          下流要素を追加
 void deleteOutFlow(Flow f)
          下流要素を削除
 org.quartz.JobKey getJobKey()
          JobKeyを取得
 String getName()
          名前を取得
 Flow[] getOutFlows()
          出力先一覧を取得
 boolean getPValue()
           
 void interruptNet(boolean v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PseudoReceiver

public PseudoReceiver()

PseudoReceiver

public PseudoReceiver(String name)
Method Detail

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.