Class CamelTraceAction

java.lang.Object
org.apache.camel.dsl.jbang.core.commands.CamelCommand
org.apache.camel.dsl.jbang.core.commands.action.CamelTraceAction
All Implemented Interfaces:
Callable<Integer>

public class CamelTraceAction extends CamelCommand
  • Constructor Details

  • Method Details

    • doCall

      public Integer doCall() throws Exception
      Specified by:
      doCall in class CamelCommand
      Throws:
      Exception
    • doStatusCall

      protected Integer doStatusCall()
    • sortStatusRow

      protected int sortStatusRow(org.apache.camel.dsl.jbang.core.commands.action.CamelTraceAction.StatusRow o1, org.apache.camel.dsl.jbang.core.commands.action.CamelTraceAction.StatusRow o2)
    • doDumpCall

      protected Integer doDumpCall() throws Exception
      Throws:
      Exception
    • printTrace

      protected void printTrace(String name, int pids, org.apache.camel.dsl.jbang.core.commands.action.CamelTraceAction.Row row, Date limit)
    • getJsonObject

      protected static org.apache.camel.util.json.JsonObject getJsonObject(File outputFile)