/[xulu]/trunk/src/appl/parallel/services/Service.java
ViewVC logotype

Contents of /trunk/src/appl/parallel/services/Service.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Wed Feb 25 11:54:01 2009 UTC (15 years, 9 months ago) by mojays
File size: 361 byte(s)
First Commit, corresponds to Revision 1008 of Wikisquare-SVN 
1 package appl.parallel.services;
2
3 /**
4 * Superclass of all Services.
5 *
6 * @author Dominik Appl
7 */
8 public interface Service {
9
10 /**
11 * Starts the service
12 */
13 public void startService();
14
15 /**
16 * Stops the service
17 */
18 public void stopService();
19
20 /**
21 * @return true, if the service is running
22 */
23 public boolean isRunning();
24 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26