A C D E F G H I L P S U V 

A

aborting() - Method in class de.taimos.daemon.DaemonLifecycleAdapter
 
aborting() - Method in interface de.taimos.daemon.IDaemonLifecycleListener
will be called on imminent abortion
abortSystem() - Static method in class de.taimos.daemon.DaemonStarter
Abort the daemon
abortSystem(Throwable) - Static method in class de.taimos.daemon.DaemonStarter
Abort the daemon

C

ConfigServerPropertyProvider - Class in de.taimos.daemon.properties
 
ConfigServerPropertyProvider(String, String) - Constructor for class de.taimos.daemon.properties.ConfigServerPropertyProvider
 

D

DAEMON_NAME - Static variable in interface de.taimos.daemon.DaemonProperties
the name of the daemon
DaemonLifecycleAdapter - Class in de.taimos.daemon
DaemonLifecycleAdapter() - Constructor for class de.taimos.daemon.DaemonLifecycleAdapter
 
DaemonProperties - Interface in de.taimos.daemon
 
DaemonStarter - Class in de.taimos.daemon
 
DaemonStarter() - Constructor for class de.taimos.daemon.DaemonStarter
 
de.taimos.daemon - package de.taimos.daemon
 
de.taimos.daemon.properties - package de.taimos.daemon.properties
 
DEVELOPMENT_MODE - Static variable in interface de.taimos.daemon.DaemonProperties
daemon is in dev mode (true/false)
doStart() - Method in class de.taimos.daemon.DaemonLifecycleAdapter
 
doStart() - Method in interface de.taimos.daemon.IDaemonLifecycleListener
Will be called to allow for custom startup code
doStop() - Method in class de.taimos.daemon.DaemonLifecycleAdapter
 
doStop() - Method in interface de.taimos.daemon.IDaemonLifecycleListener
Will be called to allow for custom shutdown code

E

EmptyPropertyProvider - Class in de.taimos.daemon.properties
 
EmptyPropertyProvider() - Constructor for class de.taimos.daemon.properties.EmptyPropertyProvider
 
exception(LifecyclePhase, Throwable) - Method in class de.taimos.daemon.DaemonLifecycleAdapter
 
exception(LifecyclePhase, Throwable) - Method in interface de.taimos.daemon.IDaemonLifecycleListener
This method is called if an error occurs.

F

FilePropertyProvider - Class in de.taimos.daemon.properties
 
FilePropertyProvider(String) - Constructor for class de.taimos.daemon.properties.FilePropertyProvider
 

G

getCurrentPhase() - Static method in class de.taimos.daemon.DaemonStarter
 
getDaemonName() - Static method in class de.taimos.daemon.DaemonStarter
 
getDaemonProperties() - Static method in class de.taimos.daemon.DaemonStarter
 
getDescription() - Method in class de.taimos.daemon.properties.ConfigServerPropertyProvider
 
getDescription() - Method in class de.taimos.daemon.properties.HTTPPropertyProvider
 
getDescription() - Method in class de.taimos.daemon.properties.SimpleHTTPPropertyProvider
 
getHostname() - Static method in class de.taimos.daemon.DaemonStarter
 
getInstanceId() - Static method in class de.taimos.daemon.DaemonStarter
 
getPropertyProvider() - Method in class de.taimos.daemon.DaemonLifecycleAdapter
 
getResponse() - Method in class de.taimos.daemon.properties.ConfigServerPropertyProvider
 
getResponse() - Method in class de.taimos.daemon.properties.HTTPPropertyProvider
 
getResponse() - Method in class de.taimos.daemon.properties.SimpleHTTPPropertyProvider
 
getStream() - Method in class de.taimos.daemon.properties.FilePropertyProvider
 
getStream() - Method in class de.taimos.daemon.properties.HTTPPropertyProvider
 
getStream() - Method in class de.taimos.daemon.properties.StreamPropertyProvider
 

H

HTTPPropertyProvider - Class in de.taimos.daemon.properties
 
HTTPPropertyProvider() - Constructor for class de.taimos.daemon.properties.HTTPPropertyProvider
 

I

IDaemonLifecycleListener - Interface in de.taimos.daemon
Listener for the lifecycle of a system daemon
IPropertyProvider - Interface in de.taimos.daemon.properties
provider for system properties
isDevelopmentMode() - Static method in class de.taimos.daemon.DaemonStarter
 

L

LifecyclePhase - Enum in de.taimos.daemon
The different phases of the daemon lifecycle
loadProperties() - Method in class de.taimos.daemon.DaemonLifecycleAdapter
 
loadProperties() - Method in interface de.taimos.daemon.IDaemonLifecycleListener
 
loadProperties() - Method in class de.taimos.daemon.properties.EmptyPropertyProvider
 
loadProperties() - Method in interface de.taimos.daemon.properties.IPropertyProvider
 
loadProperties() - Method in class de.taimos.daemon.properties.StreamPropertyProvider
 
logger - Variable in class de.taimos.daemon.properties.StreamPropertyProvider
 
LOGGER_FILE - Static variable in interface de.taimos.daemon.DaemonProperties
true to use FileAppender; false to disable
LOGGER_LEVEL - Static variable in interface de.taimos.daemon.DaemonProperties
the logger level (see Level)

P

PROPERTY_LOCATION - Static variable in interface de.taimos.daemon.DaemonProperties
the property location (file name or URL)
PROPERTY_SERVER - Static variable in interface de.taimos.daemon.DaemonProperties
the config server URL if property.source=cs
PROPERTY_SOURCE - Static variable in interface de.taimos.daemon.DaemonProperties
the property source type (aws, cs, file, http)
PROPERTY_SOURCE_AWS - Static variable in interface de.taimos.daemon.DaemonProperties
the property source type - Amazon Web Services UserData
PROPERTY_SOURCE_CS - Static variable in interface de.taimos.daemon.DaemonProperties
the property source type - Cinovo Config Server
PROPERTY_SOURCE_FILE - Static variable in interface de.taimos.daemon.DaemonProperties
the property source type - local file
PROPERTY_SOURCE_HTTP - Static variable in interface de.taimos.daemon.DaemonProperties
the property source type - HTTP GET resource
PROPERTY_TEMPLATE - Static variable in interface de.taimos.daemon.DaemonProperties
the config server template if property.source=cs

S

SERVICE_NAME - Static variable in interface de.taimos.daemon.DaemonProperties
the name of the daemon
signalUSR2() - Method in class de.taimos.daemon.DaemonLifecycleAdapter
 
signalUSR2() - Method in interface de.taimos.daemon.IDaemonLifecycleListener
received custom signal SIGUSR2
SimpleHTTPPropertyProvider - Class in de.taimos.daemon.properties
 
SimpleHTTPPropertyProvider(String) - Constructor for class de.taimos.daemon.properties.SimpleHTTPPropertyProvider
 
startDaemon(String, IDaemonLifecycleListener) - Static method in class de.taimos.daemon.DaemonStarter
Starts the daemon and provides feedback through the life-cycle listener

started() - Method in class de.taimos.daemon.DaemonLifecycleAdapter
 
started() - Method in interface de.taimos.daemon.IDaemonLifecycleListener
will be called after successful startup
stopped() - Method in class de.taimos.daemon.DaemonLifecycleAdapter
 
stopped() - Method in interface de.taimos.daemon.IDaemonLifecycleListener
will be called after successful shutdown
stopping() - Method in class de.taimos.daemon.DaemonLifecycleAdapter
 
stopping() - Method in interface de.taimos.daemon.IDaemonLifecycleListener
will be called on imminent shutdown
stopService() - Static method in class de.taimos.daemon.DaemonStarter
Stop the service and end the program
StreamPropertyProvider - Class in de.taimos.daemon.properties
 
StreamPropertyProvider() - Constructor for class de.taimos.daemon.properties.StreamPropertyProvider
 
SYSLOG_FACILITY - Static variable in interface de.taimos.daemon.DaemonProperties
the syslog facility (LOCAL0, LOCAL1, ...)
SYSLOG_HOST - Static variable in interface de.taimos.daemon.DaemonProperties
the host for remote syslog
SYSLOG_LEVEL - Static variable in interface de.taimos.daemon.DaemonProperties
the log level for syslog (see Level)

U

UserDataPropertyProvider - Class in de.taimos.daemon.properties
 
UserDataPropertyProvider() - Constructor for class de.taimos.daemon.properties.UserDataPropertyProvider
 

V

valueOf(String) - Static method in enum de.taimos.daemon.LifecyclePhase
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.taimos.daemon.LifecyclePhase
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I L P S U V 

Copyright © 2012-2013 Taimos GmbH. All Rights Reserved.