All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calypso.platform.Service

java.lang.Object
   |
   +----calypso.platform.Service

public abstract class Service
extends Object
implements Runnable
The base class for all Calypso services. Currently doesn't have any functionality, but is needed so that the ServiceLoader is able to start new services introduced to the system. This class is prone to changes in the future, as the platform package evolvs.

Version:
$Revision: 1.3 $
Author:
Juhana Räsänen
See Also:
ServiceLoader

Constructor Index

 o Service()
Protected constructor.

Method Index

 o run()

Constructors

 o Service
 protected Service()
Protected constructor.


All Packages  Class Hierarchy  This Package  Previous  Next  Index