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