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