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: ab753c468cc54608ed9ff7df6df98601d50b761c $
-
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.- See Also:
-
-
Constructor Details
-
FailedPreprocessorDTO
public FailedPreprocessorDTO()
-