Package org.apache.camel.support.startup
Class DefaultStartupStep
java.lang.Object
org.apache.camel.support.startup.DefaultStartupStep
- All Implemented Interfaces:
org.apache.camel.StartupStep
-
Constructor Details
-
DefaultStartupStep
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceorg.apache.camel.StartupStep
-
getName
- Specified by:
getNamein interfaceorg.apache.camel.StartupStep
-
getDescription
- Specified by:
getDescriptionin interfaceorg.apache.camel.StartupStep
-
getId
public int getId()- Specified by:
getIdin interfaceorg.apache.camel.StartupStep
-
getParentId
public int getParentId()- Specified by:
getParentIdin interfaceorg.apache.camel.StartupStep
-
getLevel
public int getLevel()- Specified by:
getLevelin interfaceorg.apache.camel.StartupStep
-
getBeginTime
public long getBeginTime()- Specified by:
getBeginTimein interfaceorg.apache.camel.StartupStep
-
getDuration
public long getDuration()- Specified by:
getDurationin interfaceorg.apache.camel.StartupStep
-
endStep
public void endStep()- Specified by:
endStepin interfaceorg.apache.camel.StartupStep
-