Package org.apache.camel.support.startup
Class DefaultStartupStep
- java.lang.Object
-
- org.apache.camel.support.startup.DefaultStartupStep
-
- All Implemented Interfaces:
org.apache.camel.StartupStep
public class DefaultStartupStep extends Object implements org.apache.camel.StartupStep
-
-
Constructor Summary
Constructors Constructor Description DefaultStartupStep(String type, String name, String description, int id, int parentId, int level, long time)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendStep()longgetBeginTime()StringgetDescription()intgetId()intgetLevel()StringgetName()intgetParentId()StringgetType()
-
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein interfaceorg.apache.camel.StartupStep
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.apache.camel.StartupStep
-
getDescription
public String 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
-
endStep
public void endStep()
- Specified by:
endStepin interfaceorg.apache.camel.StartupStep
-
-