org.wiperdog.jobmanager.internal
Class ProhibitTerminal

java.lang.Object
  extended by org.wiperdog.jobmanager.internal.AbstractTerminal
      extended by org.wiperdog.jobmanager.internal.ProhibitTerminal
All Implemented Interfaces:
Follower, Node, Terminal

public final class ProhibitTerminal
extends AbstractTerminal

Author:
kurohara

Field Summary
static String REASONKEY_JOBNODE
           
 
Fields inherited from class org.wiperdog.jobmanager.internal.AbstractTerminal
id, jobkey
 
Fields inherited from interface org.wiperdog.jobmanager.Node
KEY_JOBEXECUTIONFAILED
 
Constructor Summary
protected ProhibitTerminal(String name, org.quartz.Scheduler scheduler, org.quartz.JobKey jobkey)
           
 
Method Summary
 boolean getPValue()
           
 void setGateTimer(long interval)
           
protected  void update(boolean v)
           
 
Methods inherited from class org.wiperdog.jobmanager.internal.AbstractTerminal
connectUpperFlow, disconnectUpperFlow, getAlias, getId, getJobKey, getName, setAlias, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REASONKEY_JOBNODE

public static final String REASONKEY_JOBNODE
Constructor Detail

ProhibitTerminal

protected ProhibitTerminal(String name,
                           org.quartz.Scheduler scheduler,
                           org.quartz.JobKey jobkey)
                    throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException
Method Detail

setGateTimer

public void setGateTimer(long interval)

update

protected void update(boolean v)
Specified by:
update in class AbstractTerminal

getPValue

public boolean getPValue()
Returns:


Copyright © 2013. All Rights Reserved.