All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calypso.platform.ServiceLoader

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

final class ServiceLoader
extends Object
A class for maintaining active ServiceClassLoaders. Maintains a collection of active (registered) services, whose namespaces are controlled by the ServiceClassLoader mechanism. When a new service is brought to the system, it must be registered to the service loader. The ServiceLoader created a new instance of the ServiceClassLoader, which will be used to load all classes of the registered service.

Version:
$Revision: 1.6 $
Author:
Juhana Räsänen
See Also:
ServiceClassLoader

This class is not public and therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index