Package | Description |
---|---|
org.osgi.service.application |
Modifier and Type | Method | Description |
---|---|---|
ApplicationDescriptor |
ApplicationHandle.getApplicationDescriptor() |
Retrieves the
ApplicationDescriptor to which this
ApplicationHandle belongs. |
ApplicationDescriptor |
ScheduledApplication.getApplicationDescriptor() |
Retrieves the ApplicationDescriptor which represents the application and
necessary for launching.
|
Constructor | Description |
---|---|
ApplicationAdminPermission(ApplicationDescriptor application,
java.lang.String actions) |
This contructor should be used when creating
ApplicationAdminPermission
instance for checkPermission call. |
ApplicationHandle(java.lang.String instanceId,
ApplicationDescriptor descriptor) |
Application instance identifier is specified by the container when the
instance is created.
|