Class ConfigurationTemplateDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.cdi.runtime.dto.template.ConfigurationTemplateDTO
A description of a configuration dependency of a component
The content of this DTO is resolved form metadata at initialization time and
remains the same between the CDI bundle restarts.
- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionThe maximum cardinality of the configuration dependency.The PID of the tracked configuration object(s).The policy for the configuration dependency. -
Constructor Summary
-
Method Summary
-
Field Details
-
pid
The PID of the tracked configuration object(s).Must not be
null
. -
policy
The policy for the configuration dependency.Must not be
null
. -
maximumCardinality
The maximum cardinality of the configuration dependency.- When
MaximumCardinality.ONE
this is a singleton configuration dependency. - When
MaximumCardinality.MANY
this is a factory configuration dependency.
Must not be
null
. - When
-
-
Constructor Details
-
ConfigurationTemplateDTO
public ConfigurationTemplateDTO()
-