Class FailedPreprocessorDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.http.runtime.dto.PreprocessorDTO
org.osgi.service.http.runtime.dto.FailedPreprocessorDTO
Represents a preprocessor service which is currently not being used due to a
problem.
- Since:
- 1.1
- Author:
- $Id: 7b446a1a99c1a3718cfcfb8d13d7a79369a4f7fc $
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
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 -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
failureReason
public int failureReasonThe reason why the preprocessor represented by this DTO is not used.
-
-
Constructor Details
-
FailedPreprocessorDTO
public FailedPreprocessorDTO()
-