| Constructor and Description |
|---|
CommandConsumer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCommand(Command c) |
void |
destroy() |
void |
destroy(boolean calledFromStart) |
int |
getPendingCommandCount() |
boolean |
hasCommandPending() |
boolean |
isStopped() |
void |
removeCommandOfClass(Class<? extends Command> clazz) |
void |
run() |
void |
setResumeTipiAtBoot(boolean startTipi) |
void |
start() |
void |
stop() |
public void start()
throws Exception
public void destroy()
throws Exception
public int getPendingCommandCount()
public boolean hasCommandPending()
public void addCommand(Command c)
public boolean isStopped()
public void setResumeTipiAtBoot(boolean startTipi)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.