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.StartupSteppublic String getName()
getName in interface org.apache.camel.StartupSteppublic String getDescription()
getDescription in interface org.apache.camel.StartupSteppublic int getId()
getId in interface org.apache.camel.StartupSteppublic int getParentId()
getParentId in interface org.apache.camel.StartupSteppublic int getLevel()
getLevel in interface org.apache.camel.StartupSteppublic long getBeginTime()
getBeginTime in interface org.apache.camel.StartupSteppublic void endStep()
endStep in interface org.apache.camel.StartupStepApache Camel