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
- Author:
- $Id: 7b446a1a99c1a3718cfcfb8d13d7a79369a4f7fc $
-
-
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()
-