public class WaitingActions extends Object implements Serializable
| Constructor and Description | 
|---|
WaitingActions()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(WaitingAction waitingAction)
Add a waiting action 
 | 
Collection<WaitingAction> | 
getWaitingActions()
Get the list of waiting actions 
 | 
public WaitingActions()
public Collection<WaitingAction> getWaitingActions()
public void add(WaitingAction waitingAction)
waitingAction - waiting actionCopyright © 2016 Apache Software Foundation. All rights reserved.