Uses of Enum
org.osgi.service.cdi.ReferencePolicyOption
Packages that use ReferencePolicyOption
Package
Description
CDI Integration Package Version 1.0.
CDI Integration Package Version 1.0.
-
Uses of ReferencePolicyOption in org.osgi.service.cdi
Subclasses with type arguments of type ReferencePolicyOption in org.osgi.service.cdiModifier and TypeClassDescriptionenumDefines the possible values of the policy of a satisfied reference towards new matching services appearing.Methods in org.osgi.service.cdi that return ReferencePolicyOptionModifier and TypeMethodDescriptionstatic ReferencePolicyOptionReturns the enum constant of this type with the specified name.static ReferencePolicyOption[]ReferencePolicyOption.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReferencePolicyOption in org.osgi.service.cdi.runtime.dto.template
Fields in org.osgi.service.cdi.runtime.dto.template declared as ReferencePolicyOptionModifier and TypeFieldDescriptionReferenceTemplateDTO.policyOptionIndicates if the reference is greedy or reluctant in nature.