Uses of Enum
org.osgi.service.cdi.ReferencePolicy
Packages that use ReferencePolicy
Package
Description
CDI Integration Package Version 1.0.
CDI Integration Package Version 1.0.
-
Uses of ReferencePolicy in org.osgi.service.cdi
Subclasses with type arguments of type ReferencePolicy in org.osgi.service.cdiModifier and TypeClassDescriptionenumDefines the possible values of the policy of a reference towards propagating service changes to the CDI runtimeMethods in org.osgi.service.cdi that return ReferencePolicyModifier and TypeMethodDescriptionstatic ReferencePolicyReturns the enum constant of this type with the specified name.static ReferencePolicy[]ReferencePolicy.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReferencePolicy in org.osgi.service.cdi.runtime.dto.template
Fields in org.osgi.service.cdi.runtime.dto.template declared as ReferencePolicyModifier and TypeFieldDescriptionReferenceTemplateDTO.policyIndicates if the reference is dynamic or static in nature.