Class FailedExtensionDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.jakartars.runtime.dto.BaseDTO
org.osgi.service.jakartars.runtime.dto.BaseExtensionDTO
org.osgi.service.jakartars.runtime.dto.FailedExtensionDTO
Represents a Jakarta RESTful Web Services Extension service which is
currently not being used due to a problem.
- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionint
The reason why the extension represented by this DTO is not used.Fields inherited from class org.osgi.service.jakartars.runtime.dto.BaseExtensionDTO
extensionTypes
-
Constructor Summary
-
Method Summary
-
Field Details
-
failureReason
public int failureReasonThe reason why the extension represented by this DTO is not used.
-
-
Constructor Details
-
FailedExtensionDTO
public FailedExtensionDTO()
-