public class ContextInflightCommand extends AbstractContextCommand
Constructor and Description |
---|
ContextInflightCommand(String context,
int limit,
boolean sortByLongestDuration) |
Modifier and Type | Method and Description |
---|---|
protected Object |
performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err)
Perform Context-specific command
|
execute, executeLocal
safeNull, safeNull
public ContextInflightCommand(String context, int limit, boolean sortByLongestDuration)
protected Object performContextCommand(CamelController camelController, String contextName, PrintStream out, PrintStream err) throws Exception
AbstractContextCommand
performContextCommand
in class AbstractContextCommand
camelController
- the Camel controllercontextName
- the Camel context nameout
- the output printer streamerr
- the error print streamException
- is thrown if error executing commandApache Camel