public class ContainerDTO extends DTO
Modifier and Type | Field and Description |
---|---|
BundleDTO |
bundle
The bundle declaring the CDI container.
|
long |
changeCount
The change count of the container at the time this DTO was created
|
java.util.List<ComponentDTO> |
components
The components defined by this CDI container.
|
java.util.List<java.lang.String> |
errors
The list of errors reported during attempted initialization of the container
instance.
|
java.util.List<ExtensionDTO> |
extensions
The extension dependencies of this CDI container.
|
ContainerTemplateDTO |
template
The template of this Container DTO.
|
Constructor and Description |
---|
ContainerDTO() |
public ContainerTemplateDTO template
Must not be null
.
public java.util.List<java.lang.String> errors
public long changeCount
Must not be 0.
public BundleDTO bundle
Must not be 0.
public java.util.List<ExtensionDTO> extensions
Must not be null
.
public java.util.List<ComponentDTO> components
Must not be null
. The list always contains at least one element
representing the container component
. See
Container Component.
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0