| Class and Description |
|---|
| AlreadyLoadedFeatureException
This exception is thrown if a Feature being loaded has already been loaded.
|
| Converter
A
Converter is able to give a representation of an object owned by a Feature to another Feature. |
| Feature
A Feature represents an optional part of an application that adds new features and services.
|
| Feature.State
A Feature state.
|
| FeatureStateListener
The listener interface for receiving notifications when the state of a Feature has changed.
|
| IncompatibleFeatureException
This exception is thrown if a Feature being loaded is not compatible with the current Kernel.
|
| InvalidFormatException
This exception is thrown when a Feature data being loaded has an invalid format.
|
| Kernel
The Kernel represents the atomic part of an application.
|
| Module
A
Module is either Kernel or a Feature. |
| Principal
This interface represents and identifies the Kernel or a Feature.
|
| Proxy
The superclass of proxy classes.
|
| ResourceControlListener
The listener interface for receiving notifications when a Feature is stopped by the Resource Control Manager.
|
| ResourceControlListener.StopCause
A stop cause.
|
| UncaughtExceptionHandler
Deprecated.
Use
Thread.UncaughtExceptionHandler |
| UnknownFeatureException
This exception is thrown if a Feature being unloaded is unknown.
|