org.apache.oozie
Class CoordinatorActionInfo
java.lang.Object
org.apache.oozie.CoordinatorActionInfo
public class CoordinatorActionInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoordinatorActionInfo
public CoordinatorActionInfo(List<CoordinatorActionBean> actions)
- Create a coordiantor actions info bean.
- Parameters:
coordiantor
- actions being returned.
getCoordActions
public List<CoordinatorActionBean> getCoordActions()
- Return the coordiantor actions being returned.
- Returns:
- the coordiantor actions being returned.
Copyright © 2013 Apache Software Foundation. All Rights Reserved.