org.apache.oozie.dependency.hcat
Class WaitingActions

java.lang.Object
  extended by org.apache.oozie.dependency.hcat.WaitingActions
All Implemented Interfaces:
Serializable

public class WaitingActions
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
WaitingActions()
           
 
Method Summary
 void add(WaitingAction waitingAction)
          Add a waiting action
 Collection<WaitingAction> getWaitingActions()
          Get the list of waiting actions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaitingActions

public WaitingActions()
Method Detail

getWaitingActions

public Collection<WaitingAction> getWaitingActions()
Get the list of waiting actions

Returns:
waiting actions

add

public void add(WaitingAction waitingAction)
Add a waiting action

Parameters:
waitingAction - waiting action


Copyright © 2013 Apache Software Foundation. All Rights Reserved.