public abstract class PipelineEnvironmentLoadService extends java.lang.Object implements DatabaseLifecycleService
Modifier and Type | Field and Description |
---|---|
protected PipelineEnvironment |
pipelineEnv |
Constructor and Description |
---|
PipelineEnvironmentLoadService() |
Modifier and Type | Method and Description |
---|---|
protected abstract PipelineEnvironment |
loadPipelineEnvironment(ContextFactoryDriver cfDriver) |
void |
registerJMX(javax.management.MBeanServer mbs) |
void |
shutdown() |
void |
start() |
protected PipelineEnvironment pipelineEnv
public void start() throws java.lang.Exception
start
in interface DatabaseLifecycleService
java.lang.Exception
public void shutdown() throws java.lang.Exception
shutdown
in interface DatabaseLifecycleService
java.lang.Exception
protected abstract PipelineEnvironment loadPipelineEnvironment(ContextFactoryDriver cfDriver) throws java.io.IOException
java.io.IOException
public void registerJMX(javax.management.MBeanServer mbs) throws java.lang.Exception
registerJMX
in interface DatabaseLifecycleService
java.lang.Exception