public class DefaultStartupStep extends Object implements org.apache.camel.StartupStep
Constructor and Description |
---|
DefaultStartupStep(String type,
String name,
String description,
int id,
int parentId,
int level,
long time) |
Modifier and Type | Method and Description |
---|---|
void |
endStep() |
long |
getBeginTime() |
String |
getDescription() |
int |
getId() |
int |
getLevel() |
String |
getName() |
int |
getParentId() |
String |
getType() |
public String getType()
getType
in interface org.apache.camel.StartupStep
public String getName()
getName
in interface org.apache.camel.StartupStep
public String getDescription()
getDescription
in interface org.apache.camel.StartupStep
public int getId()
getId
in interface org.apache.camel.StartupStep
public int getParentId()
getParentId
in interface org.apache.camel.StartupStep
public int getLevel()
getLevel
in interface org.apache.camel.StartupStep
public long getBeginTime()
getBeginTime
in interface org.apache.camel.StartupStep
public void endStep()
endStep
in interface org.apache.camel.StartupStep
Apache Camel