Class FailedResourceDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.jaxrs.runtime.dto.BaseDTO
org.osgi.service.jaxrs.runtime.dto.FailedResourceDTO
Represents a JAX-RS resource service which is currently not being used due to
a problem.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The reason why the resource represented by this DTO is not used. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
failureReason
public int failureReasonThe reason why the resource represented by this DTO is not used.- See Also:
-
-
Constructor Details
-
FailedResourceDTO
public FailedResourceDTO()
-