public class ServerStarter
extends de.taimos.springcxfdaemon.SpringDaemonAdapter
| Modifier and Type | Field and Description |
|---|---|
static String |
DAEMON_NAME
the name of the server daemon
|
static ScheduledExecutorService |
ses
scheduler service
|
| Constructor and Description |
|---|
ServerStarter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doAfterSpringStart() |
protected void |
doBeforeSpringStart() |
void |
exception(de.taimos.daemon.LifecyclePhase phase,
Throwable exception) |
de.taimos.daemon.properties.IPropertyProvider |
getPropertyProvider() |
static void |
main(String[] args)
Main method.
|
createSpringContext, doAfterSpringStop, doBeforeSpringStop, doStart, doStop, getContext, getSpringResource, loadPropertiespublic static final String DAEMON_NAME
public static final ScheduledExecutorService ses
public static void main(String[] args)
args - the command line argumentsprotected void doBeforeSpringStart()
doBeforeSpringStart in class de.taimos.springcxfdaemon.SpringDaemonAdapterprotected void doAfterSpringStart()
doAfterSpringStart in class de.taimos.springcxfdaemon.SpringDaemonAdapterpublic void exception(de.taimos.daemon.LifecyclePhase phase,
Throwable exception)
exception in interface de.taimos.daemon.IDaemonLifecycleListenerexception in class de.taimos.daemon.DaemonLifecycleAdapterpublic de.taimos.daemon.properties.IPropertyProvider getPropertyProvider()
getPropertyProvider in class de.taimos.daemon.DaemonLifecycleAdapterCopyright © 2014 Cinovo AG. All Rights Reserved.