? FailedResourceDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.http.runtime.dto.ResourceDTO
org.osgi.service.http.runtime.dto.FailedResourceDTO
Represents a resource definition which is currently not being used by a
servlet context due to a problem.
As the resource represented by this DTO is not used due to a failure, the
field ResourceDTO.servletContextId
always returns 0
and
does not point to an existing servlet context.
-
????
????????? org.osgi.service.http.runtime.dto.ResourceDTO
patterns, prefix, serviceId, servletContextId
-
?????
??? -
????
??????? org.osgi.dto.DTO
toString
-
??????
-
failureReason
public int failureReasonThe reason why the resource represented by this DTO is not used.
-
-
???????
-
FailedResourceDTO
public FailedResourceDTO()
-