Uses of Interface
org.osgi.service.subsystem.Subsystem
-
Packages that use Subsystem Package Description org.osgi.service.subsystem Subsystem Service Package Version 1.1. -
-
Uses of Subsystem in org.osgi.service.subsystem
Fields in org.osgi.service.subsystem declared as Subsystem Modifier and Type Field Description (package private) Subsystem
SubsystemPermission. subsystem
The subsystem governed by this SubsystemPermission - only used if filter == nullFields in org.osgi.service.subsystem with type parameters of type Subsystem Modifier and Type Field Description private static java.lang.ThreadLocal<Subsystem>
SubsystemPermission. recurse
ThreadLocal used to determine if we have recursively called getProperties.Methods in org.osgi.service.subsystem that return Subsystem Modifier and Type Method Description Subsystem
Subsystem. install(java.lang.String location)
Installs a subsystem from the specified location identifier.Subsystem
Subsystem. install(java.lang.String location, java.io.InputStream content)
Installs a subsystem from the specified content.Subsystem
Subsystem. install(java.lang.String location, java.io.InputStream content, java.io.InputStream deploymentManifest)
Installs a subsystem from the specified content according to the specified deployment manifest.Methods in org.osgi.service.subsystem that return types with arguments of type Subsystem Modifier and Type Method Description java.util.Collection<Subsystem>
Subsystem. getChildren()
Returns the child subsystems of this subsystem.java.util.Collection<Subsystem>
Subsystem. getParents()
Returns the parent subsystems of this subsystem.Methods in org.osgi.service.subsystem with parameters of type Subsystem Modifier and Type Method Description private static java.lang.String
SubsystemPermission. createName(Subsystem subsystem)
Create a permission name from a SubsystemConstructors in org.osgi.service.subsystem with parameters of type Subsystem Constructor Description SubsystemPermission(Subsystem subsystem, java.lang.String actions)
Creates a new requestedSubsystemPermission
object to be used by the code that must performcheckPermission
.
-