org.apache.oozie.workflow.lite
Class ActionNodeDef

java.lang.Object
  extended by org.apache.oozie.workflow.lite.NodeDef
      extended by org.apache.oozie.workflow.lite.ActionNodeDef
All Implemented Interfaces:
org.apache.hadoop.io.Writable

public class ActionNodeDef
extends NodeDef


Constructor Summary
ActionNodeDef(String name, String conf, Class<? extends ActionNodeHandler> actionHandlerClass, String onOk, String onError)
           
 
Method Summary
 
Methods inherited from class org.apache.oozie.workflow.lite.NodeDef
equals, getConf, getHandlerClass, getName, getTransitions, hashCode, readFields, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionNodeDef

public ActionNodeDef(String name,
                     String conf,
                     Class<? extends ActionNodeHandler> actionHandlerClass,
                     String onOk,
                     String onError)


Copyright © 2011 Yahoo. All Rights Reserved.