public abstract class SpringDaemonAdapter
extends de.taimos.daemon.DaemonLifecycleAdapter
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
SpringDaemonAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.context.support.AbstractXmlApplicationContext |
createSpringContext() |
protected void |
doAfterSpringStart() |
protected void |
doAfterSpringStop() |
protected void |
doBeforeSpringStart() |
protected void |
doBeforeSpringStop() |
void |
doStart() |
void |
doStop() |
org.springframework.context.ApplicationContext |
getContext() |
protected String |
getSpringResource() |
Map<String,String> |
loadProperties() |
public final void doStart()
throws Exception
doStart in interface de.taimos.daemon.IDaemonLifecycleListenerdoStart in class de.taimos.daemon.DaemonLifecycleAdapterExceptionprotected void doAfterSpringStart()
protected void doBeforeSpringStart()
protected void doAfterSpringStop()
protected void doBeforeSpringStop()
protected org.springframework.context.support.AbstractXmlApplicationContext createSpringContext()
protected String getSpringResource()
public final void doStop()
throws Exception
doStop in interface de.taimos.daemon.IDaemonLifecycleListenerdoStop in class de.taimos.daemon.DaemonLifecycleAdapterExceptionpublic Map<String,String> loadProperties()
loadProperties in interface de.taimos.daemon.IDaemonLifecycleListenerloadProperties in class de.taimos.daemon.DaemonLifecycleAdapterpublic final org.springframework.context.ApplicationContext getContext()
Copyright © 2013-2014 Taimos GmbH. All Rights Reserved.