- start(String, String, Subsystem, Coordination) - Method in interface org.apache.aries.subsystem.ContentHandler
-
Start this custom content.
- start() - Method in interface org.osgi.service.subsystem.Subsystem
-
Starts this subsystem.
- START_ORDER_DIRECTIVE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header directive identifying the start order of subsystem
contents.
- stop(String, String, Subsystem) - Method in interface org.apache.aries.subsystem.ContentHandler
-
Stop this custom content.
- stop() - Method in interface org.osgi.service.subsystem.Subsystem
-
Stops this subsystem.
- Subsystem - Interface in org.osgi.service.subsystem
-
A subsystem is a collection of resources constituting a logical, possibly
isolated, unit of functionality.
- Subsystem.State - Enum in org.osgi.service.subsystem
-
An enumeration of the possible states of a subsystem.
- SUBSYSTEM_CATEGORY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the categories of a subsystem as a
comma-delimited list.
- SUBSYSTEM_CONTACTADDRESS - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the contact address where problems with a
subsystem may be reported; for example, an email address.
- SUBSYSTEM_CONTENT - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the list of subsystem contents identified by
a symbolic name and version.
- SUBSYSTEM_COPYRIGHT - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying a subsystem's copyright information.
- SUBSYSTEM_DESCRIPTION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the human readable description.
- SUBSYSTEM_DOCURL - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying a subsystem's documentation URL, from which
further information about the subsystem may be obtained.
- SUBSYSTEM_EXPORTSERVICE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying services offered for export.
- SUBSYSTEM_ICON - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the icon URL for the subsystem.
- SUBSYSTEM_ID_PROPERTY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
- SUBSYSTEM_IMPORTSERVICE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying services required for import.
- SUBSYSTEM_LICENSE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying a subsystem's license.
- SUBSYSTEM_LOCALIZATION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the base name of a subsystem's localization
entries.
- SUBSYSTEM_LOCALIZATION_DEFAULT_BASENAME - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
- SUBSYSTEM_MANIFESTVERSION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the subsystem manifest version.
- SUBSYSTEM_NAME - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the human readable subsystem name.
- SUBSYSTEM_STATE_PROPERTY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
The name of the service property for the subsystem
state.
- SUBSYSTEM_SYMBOLICNAME - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header value identifying the symbolic name for the subsystem.
- SUBSYSTEM_SYMBOLICNAME_PROPERTY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
The name of the service property for the subsystem
symbolic name.
- SUBSYSTEM_TYPE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the subsystem type.
- SUBSYSTEM_TYPE_APPLICATION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
The resource type value identifying an application subsystem.
- SUBSYSTEM_TYPE_COMPOSITE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
The resource type value identifying an composite subsystem.
- SUBSYSTEM_TYPE_FEATURE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
The resource type value identifying an feature subsystem.
- SUBSYSTEM_TYPE_PROPERTY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
- SUBSYSTEM_VENDOR - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying a subsystem's vendor.
- SUBSYSTEM_VERSION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header value identifying the version of the subsystem.
- SUBSYSTEM_VERSION_PROPERTY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
The name of the service property for the subsystem
version.
- SubsystemConstants - Class in org.osgi.service.subsystem
-
Defines the constants used by Subsystem service property, manifest header,
attribute and directive keys.
- SubsystemException - Exception in org.osgi.service.subsystem
-
A Subsystem exception used to indicate a problem.
- SubsystemException() - Constructor for exception org.osgi.service.subsystem.SubsystemException
-
Construct a Subsystem exception with no message.
- SubsystemException(String) - Constructor for exception org.osgi.service.subsystem.SubsystemException
-
Construct a Subsystem exception specifying a message.
- SubsystemException(Throwable) - Constructor for exception org.osgi.service.subsystem.SubsystemException
-
Construct a Subsystem exception specifying a cause.
- SubsystemException(String, Throwable) - Constructor for exception org.osgi.service.subsystem.SubsystemException
-
Construct a Subsystem exception specifying a message and a cause.
- SubsystemPermission - Class in org.osgi.service.subsystem
-
A bundle's authority to perform specific privileged administrative operations
on or to get sensitive information about a subsystem.
- SubsystemPermission(String, String) - Constructor for class org.osgi.service.subsystem.SubsystemPermission
-
Create a new SubsystemPermission.
- SubsystemPermission(Subsystem, String) - Constructor for class org.osgi.service.subsystem.SubsystemPermission
-
Creates a new requested SubsystemPermission object to be used by
the code that must perform checkPermission.