Package org.osgi.service.cdi.runtime.dto
Class ContainerDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.cdi.runtime.dto.ContainerDTO
A snapshot of the runtime state of a CDI container
- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionThe bundle declaring the CDI container.long
The change count of the container at the time this DTO was createdThe components defined by this CDI container.The list of errors reported during attempted initialization of the container instance.The extension dependencies of this CDI container.The template of this Container DTO. -
Constructor Summary
-
Method Summary
-
Field Details
-
template
The template of this Container DTO.Must not be
null
. -
errors
The list of errors reported during attempted initialization of the container instance. -
changeCount
public long changeCountThe change count of the container at the time this DTO was createdMust not be 0.
-
bundle
The bundle declaring the CDI container.Must not be 0.
-
extensions
The extension dependencies of this CDI container.Must not be
null
. -
components
The components defined by this CDI container.Must not be
null
. The list always contains at least one element representing thecontainer component
. See Container Component.
-
-
Constructor Details
-
ContainerDTO
public ContainerDTO()
-