Class FailedPreprocessorDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.servlet.runtime.dto.PreprocessorDTO
org.osgi.service.servlet.runtime.dto.FailedPreprocessorDTO
Represents a preprocessor service which is currently not being used due to a
 problem.
- "NotThreadSafe"
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintThe reason why the preprocessor represented by this DTO is not used.Fields inherited from class org.osgi.service.servlet.runtime.dto.PreprocessorDTOinitParams, serviceId
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
failureReasonpublic int failureReasonThe reason why the preprocessor represented by this DTO is not used.
 
- 
- 
Constructor Details- 
FailedPreprocessorDTOpublic FailedPreprocessorDTO()
 
-