Class FailedApplicationDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.service.jaxrs.runtime.dto.BaseDTO
-
- org.osgi.service.jaxrs.runtime.dto.BaseApplicationDTO
-
- org.osgi.service.jaxrs.runtime.dto.FailedApplicationDTO
-
public class FailedApplicationDTO extends BaseApplicationDTO
Represents a JAX-RS service which is currently not being used due to a problem.The service represented by this DTO is not used due to a failure, but the
BaseApplicationDTO.extensionDTOs
andBaseApplicationDTO.resourceDTOs
may be non-empty if whiteboard services have been associated with this failed application.
-
-
Field Summary
Fields Modifier and Type Field Description int
failureReason
The reason why the resource represented by this DTO is not used.-
Fields inherited from class org.osgi.service.jaxrs.runtime.dto.BaseApplicationDTO
base, extensionDTOs, resourceDTOs
-
-
Constructor Summary
Constructors Constructor Description FailedApplicationDTO()
-