Class DefaultStartupStep

  • All Implemented Interfaces:
    org.apache.camel.StartupStep

    public class DefaultStartupStep
    extends Object
    implements org.apache.camel.StartupStep
    • Constructor Detail

      • DefaultStartupStep

        public DefaultStartupStep​(String type,
                                  String name,
                                  String description,
                                  int id,
                                  int parentId,
                                  int level,
                                  long time)
    • Method Detail

      • getType

        public String getType()
        Specified by:
        getType in interface org.apache.camel.StartupStep
      • getName

        public String getName()
        Specified by:
        getName in interface org.apache.camel.StartupStep
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface org.apache.camel.StartupStep
      • getId

        public int getId()
        Specified by:
        getId in interface org.apache.camel.StartupStep
      • getParentId

        public int getParentId()
        Specified by:
        getParentId in interface org.apache.camel.StartupStep
      • getLevel

        public int getLevel()
        Specified by:
        getLevel in interface org.apache.camel.StartupStep
      • getBeginTime

        public long getBeginTime()
        Specified by:
        getBeginTime in interface org.apache.camel.StartupStep
      • endStep

        public void endStep()
        Specified by:
        endStep in interface org.apache.camel.StartupStep