Index
All Classes and Interfaces|All Packages|Constant Field Values
P
- parameter() - Element in annotation interface org.osgi.service.component.annotations.Reference
-
The zero-based parameter number of the constructor parameter for this reference.
- policy() - Element in annotation interface org.osgi.service.component.annotations.Reference
-
The policy for this reference.
- policyOption() - Element in annotation interface org.osgi.service.component.annotations.Reference
-
The policy option for this reference.
- properties() - Element in annotation interface org.osgi.service.component.annotations.Component
-
Property entries for this Component.
- PROPERTIES - Enum constant in enum class org.osgi.service.component.annotations.CollectionType
-
The properties collection type is used to indicate the collection holds unmodifiable Maps containing the service properties of the bound services.
- property() - Element in annotation interface org.osgi.service.component.annotations.Component
-
Properties for this Component.
- PROTOTYPE - Enum constant in enum class org.osgi.service.component.annotations.ReferenceScope
-
If the bound service has prototype service scope, then each instance of the component with this reference can receive a unique instance of the service.
- PROTOTYPE - 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 prototype scope service and an instance of the component must be created for each distinct request for the service.
- PROTOTYPE_REQUIRED - Enum constant in enum class org.osgi.service.component.annotations.ReferenceScope
-
Bound services must have prototype service scope.
All Classes and Interfaces|All Packages|Constant Field Values