Class SystemModule

java.lang.Object
org.eclipse.osgi.container.Module
org.eclipse.osgi.container.SystemModule
All Implemented Interfaces:
Comparable<Module>, BundleReference, BundleStartLevel

public abstract class SystemModule extends Module
A special kind of module that represents the system module for the container. Additional methods are available on the system module for operations that effect the whole container. For example, initializing the container, restarting and waiting for the container to stop.
Since:
3.10