Index
All Classes and Interfaces|All Packages|Constant Field Values
S
- scope() - Element in annotation interface org.osgi.service.component.annotations.Component
-
The service scope for the service of this Component.
- scope() - Element in annotation interface org.osgi.service.component.annotations.Reference
-
The reference scope for this reference.
- service() - Element in annotation interface org.osgi.service.component.annotations.Component
-
The types under which to register this Component as a service.
- service() - Element in annotation interface org.osgi.service.component.annotations.Reference
-
The type of the service for this reference.
- SERVICE - Enum constant in enum class org.osgi.service.component.annotations.CollectionType
-
The service collection type is used to indicate the collection holds the bound service objects.
- servicefactory() - Element in annotation interface org.osgi.service.component.annotations.Component
-
Deprecated.
- SERVICEOBJECTS - Enum constant in enum class org.osgi.service.component.annotations.CollectionType
-
The serviceobjects collection type is used to indicate the collection holds Component Service Objects for the bound services.
- ServiceScope - Enum Class in org.osgi.service.component.annotations
-
Service scope for the
Componentannotation. - SINGLETON - Enum constant in enum class org.osgi.service.component.annotations.ServiceScope
-
When the component is registered as a service, it must be registered as a bundle scope service but only a single instance of the component must be used for all bundles using the service.
- STATIC - Enum constant in enum class org.osgi.service.component.annotations.ReferencePolicy
-
The static policy is the most simple policy and is the default policy.
All Classes and Interfaces|All Packages|Constant Field Values
Component.scope().