This project has retired. For details please refer to its Attic page.
CoordinatorActionInfo (Apache Oozie Core 3.3.2 API)

org.apache.oozie
Class CoordinatorActionInfo

java.lang.Object
  extended by org.apache.oozie.CoordinatorActionInfo

public class CoordinatorActionInfo
extends Object


Constructor Summary
CoordinatorActionInfo(List<CoordinatorActionBean> actions)
          Create a coordiantor actions info bean.
 
Method Summary
 List<CoordinatorActionBean> getCoordActions()
          Return the coordiantor actions being returned.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordinatorActionInfo

public CoordinatorActionInfo(List<CoordinatorActionBean> actions)
Create a coordiantor actions info bean.

Parameters:
coordiantor - actions being returned.
Method Detail

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.