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

Node definition for workflow action. This node definition is serialized object and should provide readFields() and write() for read and write of fields in this class.


Constructor Summary
ActionNodeDef(String name, String conf, Class<? extends ActionNodeHandler> actionHandlerClass, String onOk, String onError)
           
ActionNodeDef(String name, String conf, Class<? extends ActionNodeHandler> actionHandlerClass, String onOk, String onError, String cred)
           
ActionNodeDef(String name, String conf, Class<? extends ActionNodeHandler> actionHandlerClass, String onOk, String onError, String cred, String userRetryMax, String userRetryInterval)
           
 
Method Summary
 
Methods inherited from class org.apache.oozie.workflow.lite.NodeDef
equals, getConf, getCred, getHandlerClass, getName, getNodeDefVersion, getTransitions, getUserRetryInterval, getUserRetryMax, 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)

ActionNodeDef

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

ActionNodeDef

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


Copyright © 2012 Apache Software Foundation. All Rights Reserved.