Package org.osgi.service.cdi.runtime.dto
Class ConfigurationDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.cdi.runtime.dto.ConfigurationDTO
A snapshot of the runtime state of a
component
factory
configuration dependency- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionThe properties of this configuration.The template of this configuration dependency -
Constructor Summary
-
Method Summary
-
Field Details
-
template
The template of this configuration dependencyMust never be
null
-
properties
The properties of this configuration.The configuration dependency is satisfied when not
null
.
-
-
Constructor Details
-
ConfigurationDTO
public ConfigurationDTO()
-