Class FailedPreprocessorDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.service.http.runtime.dto.PreprocessorDTO
-
- org.osgi.service.http.runtime.dto.FailedPreprocessorDTO
-
public class FailedPreprocessorDTO extends PreprocessorDTO
Represents a preprocessor service which is currently not being used due to a problem.- Since:
- 1.1
-
-
Field Summary
Fields Modifier and Type Field Description int
failureReason
The reason why the preprocessor represented by this DTO is not used.-
Fields inherited from class org.osgi.service.http.runtime.dto.PreprocessorDTO
initParams, serviceId
-
-
Constructor Summary
Constructors Constructor Description FailedPreprocessorDTO()
-