Author: bleny Date: 2010-07-13 15:31:41 +0200 (Tue, 13 Jul 2010) New Revision: 103 Url: http://nuiton.org/repositories/revision/diswork/103 Log: package doc Added: trunk/diswork-daemon/src/main/java/org/nuiton/diswork/daemon/package-info.java Added: trunk/diswork-daemon/src/main/java/org/nuiton/diswork/daemon/package-info.java =================================================================== --- trunk/diswork-daemon/src/main/java/org/nuiton/diswork/daemon/package-info.java (rev 0) +++ trunk/diswork-daemon/src/main/java/org/nuiton/diswork/daemon/package-info.java 2010-07-13 13:31:41 UTC (rev 103) @@ -0,0 +1,25 @@ +/** + * + * {@link org.nuiton.diswork.daemon.DisworkDaemon} is the class the that + * provides all the code needed to submit a job, monitor it, and download + * the results. + * + * {@link org.nuiton.diswork.daemon.WorkersManager} is the component run by the + * daemon. It's purpose is to look for the jobs proposed on the global system. + * Its role is to find jobs, execute the process, publish the status and the + * results. + * + * For user responsible of the machine that will host the daemon, + * {@link org.nuiton.diswork.daemon.HttpFrontEnd} provides a web-based + * interface to monitor the status of the daemon and obtain local and global + * statistics about diswork global system. + * + * {@link org.nuiton.diswork.daemon.ActivityStrategy} interface and its + * realizations provides means for the daemon administrator to make the daemon + * more or less hardware-resources consumer. + * + * {@link org.nuiton.diswork.daemon.DisworkDaemonRunner} is a facility class + * that permit to run simply a daemon. + */ + +package org.nuiton.diswork.daemon; \ No newline at end of file