Uses of Class
org.osgi.service.application.ApplicationDescriptor
Packages that use ApplicationDescriptor
-
Uses of ApplicationDescriptor in org.osgi.service.application
Fields in org.osgi.service.application declared as ApplicationDescriptorModifier and TypeFieldDescriptionprivate ApplicationDescriptor
ApplicationAdminPermission.SignerWrapper.appDesc
private ApplicationDescriptor
ApplicationAdminPermission.applicationDescriptor
private final ApplicationDescriptor
ApplicationHandle.descriptor
Methods in org.osgi.service.application that return ApplicationDescriptorModifier and TypeMethodDescriptionfinal ApplicationDescriptor
ApplicationHandle.getApplicationDescriptor()
Retrieves theApplicationDescriptor
to which thisApplicationHandle
belongs.ScheduledApplication.getApplicationDescriptor()
Retrieves the ApplicationDescriptor which represents the application and necessary for launching.Methods in org.osgi.service.application with parameters of type ApplicationDescriptorModifier and TypeMethodDescription(package private) void
ApplicationDescriptor.Delegate.setApplicationDescriptor
(ApplicationDescriptor d, String pid) Constructors in org.osgi.service.application with parameters of type ApplicationDescriptorModifierConstructorDescriptionApplicationAdminPermission
(ApplicationDescriptor application, String actions) This constructor 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.(package private)
SignerWrapper
(ApplicationDescriptor appDesc)