Package org.osgi.service.cdi.runtime.dto
Class ActivationDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.cdi.runtime.dto.ActivationDTO
A snapshot of the runtime state of a
component
activation.- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionThe list of errors which occurred during initialization.The service this activation may have registered.The template describing this activation. -
Constructor Summary
-
Method Summary
-
Field Details
-
template
The template describing this activation.Must not be
null
-
service
The service this activation may have registered.Must not be
null
iftemplate
.serviceClasses
is not empty. -
errors
The list of errors which occurred during initialization. An empty list means there were no errors.Must not be
null
.
-
-
Constructor Details
-
ActivationDTO
public ActivationDTO()
-