org.apache.oozie
Class CoordinatorActionInfo

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

public class CoordinatorActionInfo
extends java.lang.Object


Constructor Summary
CoordinatorActionInfo(java.util.List<CoordinatorActionBean> actions)
          Create a coordiantor actions info bean.
 
Method Summary
 java.util.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(java.util.List<CoordinatorActionBean> actions)
Create a coordiantor actions info bean.

Parameters:
coordiantor - actions being returned.
Method Detail

getCoordActions

public java.util.List<CoordinatorActionBean> getCoordActions()
Return the coordiantor actions being returned.

Returns:
the coordiantor actions being returned.


Copyright © 2010 Yahoo. All Rights Reserved.