Package mireka.startup
Startup, configuration and shutdown of Mireka.
-
Class Summary Class Description Daemon Startup class which is compatible with Apache Commons Daemon jsvc.DependencyInjection DependencyInjection maintains a collection of injectable default objects, and is able to inject those objects into uninitialized properties of other configuration objects.GraphiteReporter GraphiteReporter sends metrics data maintained by the Metrics library to a Graphite server for graphical viewing.InjectableObjectContainer InjectableObjectContainer maintains a collection of objects which were provided as possible default values for unassigned, injectable properties of configuration objects.Lifecycle Collects objects which were created during the configuration phase and have a lifecycle annotation, and provide functions to execute these lifecycle methods later.ScriptApi ScriptApi provides functions which are called from the configuration scripts.Start Start provides functions which configure and start up Mireka.Stop Stop contains methods for stopping Mireka. -
Exception Summary Exception Description InvalidMethodSignatureException Thrown to indicate that a method annotated withPostConstructorPreDestroyhas a non-empty argument list.