Package | Description |
---|---|
org.osgi.service.application |
Application Package Version 1.1.
|
Modifier and Type | Field and Description |
---|---|
private ApplicationDescriptor |
ApplicationAdminPermission.SignerWrapper.appDesc |
private ApplicationDescriptor |
ApplicationAdminPermission.applicationDescriptor |
private ApplicationDescriptor |
ApplicationHandle.descriptor |
Modifier and Type | Method and Description |
---|---|
ApplicationDescriptor |
ScheduledApplication.getApplicationDescriptor()
Retrieves the ApplicationDescriptor which represents the application and
necessary for launching.
|
ApplicationDescriptor |
ApplicationHandle.getApplicationDescriptor()
Retrieves the
ApplicationDescriptor to which this
ApplicationHandle belongs. |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ApplicationDescriptor.Delegate.setApplicationDescriptor(ApplicationDescriptor d,
java.lang.String pid) |
Constructor and 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.
|
SignerWrapper(ApplicationDescriptor appDesc) |