public class ActionQueue extends Object
Constructor and Description |
---|
ActionQueue() |
Modifier and Type | Method and Description |
---|---|
AgentCommand |
dequeue(String hostname) |
AgentCommand |
dequeue(String hostname,
String commandId) |
List<AgentCommand> |
dequeueAll(String hostname) |
void |
enqueue(String hostname,
AgentCommand cmd) |
int |
size(String hostname) |
public void enqueue(String hostname, AgentCommand cmd)
public AgentCommand dequeue(String hostname)
public AgentCommand dequeue(String hostname, String commandId)
public int size(String hostname)
public List<AgentCommand> dequeueAll(String hostname)
Copyright © 2016. All rights reserved.