Go to file
2024-01-05 20:27:54 +01:00
apache-commons-daemon.spec automatic version update by autodist [release 1.3.4-1mamba;Tue Sep 19 2023] 2024-01-05 20:27:54 +01:00
README.md automatic version update by autodist [release 1.2.4-1mamba;Sat Nov 06 2021] 2024-01-05 20:27:53 +01:00

apache-commons-daemon

The scope of this package is to define an API in line with the current Java(tm) Platform APIs to support an alternative invocation mechanism which could be used instead of the above mentioned public static void main(String[]) method. This specification cover the behavior and life cycle of what we define as Java(tm) daemons, or, in other words, non interactive Java(tm) applications. Daemon is made of 2 parts. One written in C that makes the interface to the operating system and the other in Java that provides the Daemon API