Uses of Class
org.osgi.service.application.ApplicationDescriptor
-
Uses of ApplicationDescriptor in org.osgi.service.application
Modifier and TypeMethodDescriptionfinal ApplicationDescriptor
ApplicationHandle.getApplicationDescriptor()
Retrieves theApplicationDescriptor
to which thisApplicationHandle
belongs.ScheduledApplication.getApplicationDescriptor()
Retrieves the ApplicationDescriptor which represents the application and necessary for launching.ModifierConstructorDescriptionApplicationAdminPermission
(ApplicationDescriptor application, String actions) This contructor should be used when creatingApplicationAdminPermission
instance forcheckPermission
call.protected
ApplicationHandle
(String instanceId, ApplicationDescriptor descriptor) Application instance identifier is specified by the container when the instance is created.