public class DefaultStartupStepRecorder
extends org.apache.camel.support.service.ServiceSupport
implements org.apache.camel.spi.StartupStepRecorder
StartupStepRecorder that is always disabled.| Constructor and Description |
|---|
DefaultStartupStepRecorder() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.StartupStep |
beginStep(Class<?> type,
String name,
String description) |
org.apache.camel.StartupStep |
createStartupStep(String type,
String name,
String description,
int id,
int parentId,
int level) |
protected void |
doStart() |
void |
doStop() |
void |
endStep(org.apache.camel.StartupStep step) |
int |
getMaxDepth() |
String |
getRecordingDir() |
String |
getRecordingProfile() |
long |
getStartupRecorderDuration() |
boolean |
isEnabled() |
boolean |
isRecording() |
protected void |
onBeginStep(org.apache.camel.StartupStep step) |
protected void |
onEndStep(org.apache.camel.StartupStep step) |
void |
setEnabled(boolean enabled) |
void |
setMaxDepth(int maxDepth) |
void |
setRecording(boolean recording) |
void |
setRecordingDir(String recordingDir) |
void |
setRecordingProfile(String recordingProfile) |
void |
setStartupRecorderDuration(long startupRecorderDuration) |
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic boolean isEnabled()
isEnabled in interface org.apache.camel.spi.StartupStepRecorderpublic void setEnabled(boolean enabled)
setEnabled in interface org.apache.camel.spi.StartupStepRecorderpublic long getStartupRecorderDuration()
getStartupRecorderDuration in interface org.apache.camel.spi.StartupStepRecorderpublic void setStartupRecorderDuration(long startupRecorderDuration)
setStartupRecorderDuration in interface org.apache.camel.spi.StartupStepRecorderpublic int getMaxDepth()
getMaxDepth in interface org.apache.camel.spi.StartupStepRecorderpublic void setMaxDepth(int maxDepth)
setMaxDepth in interface org.apache.camel.spi.StartupStepRecorderpublic boolean isRecording()
isRecording in interface org.apache.camel.spi.StartupStepRecorderpublic void setRecording(boolean recording)
setRecording in interface org.apache.camel.spi.StartupStepRecorderpublic String getRecordingDir()
getRecordingDir in interface org.apache.camel.spi.StartupStepRecorderpublic void setRecordingDir(String recordingDir)
setRecordingDir in interface org.apache.camel.spi.StartupStepRecorderpublic String getRecordingProfile()
getRecordingProfile in interface org.apache.camel.spi.StartupStepRecorderpublic void setRecordingProfile(String recordingProfile)
setRecordingProfile in interface org.apache.camel.spi.StartupStepRecorderprotected void doStart()
throws Exception
doStart in class org.apache.camel.support.service.BaseServiceExceptionpublic void doStop()
throws Exception
doStop in class org.apache.camel.support.service.BaseServiceExceptionpublic org.apache.camel.StartupStep beginStep(Class<?> type, String name, String description)
beginStep in interface org.apache.camel.spi.StartupStepRecorderpublic void endStep(org.apache.camel.StartupStep step)
endStep in interface org.apache.camel.spi.StartupStepRecorderpublic org.apache.camel.StartupStep createStartupStep(String type, String name, String description, int id, int parentId, int level)
protected void onBeginStep(org.apache.camel.StartupStep step)
protected void onEndStep(org.apache.camel.StartupStep step)
Apache Camel