| Class | Description |
|---|---|
| BundleProvisioner |
Goes through a list of URIs and installs bundles from those locations.
|
| BundleProvisioner.DefaultCustomizer |
This is default implementation of
Customizer which uses the URI of the Jar as location. |
| Constants | |
| EmbeddedOSGiGlassFishImpl |
A specialized implementation of GlassFish which takes care of calling
registering & unregistering GlassFish service from service registry when GlassFish is started and stopped.
|
| EmbeddedOSGiGlassFishRuntime |
Implementation of GlassFishRuntime in an OSGi environment.
|
| EmbeddedOSGiGlassFishRuntimeBuilder |
This
RuntimeBuilder is responsible for setting up a GlassFishRuntime
when user has a regular installation of GlassFish and they want to embed GlassFish in an existing OSGi runtime. |
| GlassFishMainActivator |
This activator is used when glassfish.jar is installed and started
in an existing OSGi runtime.
|
| MinimalBundleProvisioner |
This is a specialized
BundleProvisioner that installs only a minimum set of of bundles. |
| OSGiFrameworkLauncher |
Utility class which takes care of launching OSGi framework.
|
| OSGiGlassFishRuntime |
This is a special implementation used in non-embedded environment.
|
| OSGiGlassFishRuntimeBuilder |
This RuntimeBuilder can only handle GlassFish_Platform of following types:
Constants.Platform#Felix,
Constants.Platform#Equinox,
and Constants.Platform#Knopflerfish. |
Copyright © 2019. All rights reserved.