See: Description
| Interface | Description |
|---|---|
| BaseClassLoadService |
The Interface for the BaseClassLoadService within an OSGI-bundle.
|
| Class | Description |
|---|---|
| AbstractClassLoadServiceUtilityImpl<T extends BaseClassLoadService> |
The Class ClassLoadServiceUtilityImplManager extends the
DefaultClassLoadServiceUtility
and prepares the access to the BaseClassLoadService depending on the OSGI bundle. |
| BaseClassLoadServiceImpl |
The Class BaseClassLoadServiceImpl represents the .
|
| BaseClassLoadServiceUtility |
The Class BaseClassLoadServiceUtility provides static access to load classes or to initialize them.
|
| BaseClassLoadServiceUtilityImpl |
The Class ClassLoadServiceUtilityImplManager extends the
DefaultClassLoadServiceUtility
and prepares the access to the BaseClassLoadService depending on the OSGI bundle. |
| ClassLoadServiceUtilityImplManager |
The Class ClassLoadServiceUtilityImplManager provides static access to load classes or to initialize them.
|
| ObjectInputStreamForClassLoadService |
The Class ObjectInputStreamForClassLoadService extends an ObjectInputStream, but
for resolving the class that is to be used, the class load service will be used.
|