| Package | Description |
|---|---|
| org.apache.aries.subsystem | |
| org.osgi.service.subsystem |
Subsystem Service Package Version 1.1.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AriesSubsystem |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentHandler.install(java.io.InputStream is,
java.lang.String symbolicName,
java.lang.String contentType,
Subsystem subsystem,
org.osgi.service.coordinator.Coordination coordination)
Install this custom content.
|
void |
ContentHandler.start(java.lang.String symbolicName,
java.lang.String contentType,
Subsystem subsystem,
org.osgi.service.coordinator.Coordination coordination)
Start this custom content.
|
void |
ContentHandler.stop(java.lang.String symbolicName,
java.lang.String contentType,
Subsystem subsystem)
Stop this custom content.
|
void |
ContentHandler.uninstall(java.lang.String symbolicName,
java.lang.String contentType,
Subsystem subsystem)
Uninstall this custom content.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
SubsystemPermission(Subsystem subsystem,
java.lang.String actions)
Creates a new requested
SubsystemPermission object to be used by
the code that must perform checkPermission. |
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.