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 Summary
Modifier and TypeFieldDescriptionint
The reason why the preprocessor represented by this DTO is not used.Fields inherited from class org.osgi.service.servlet.runtime.dto.PreprocessorDTO
initParams, serviceId
-
Constructor Summary
-
Method Summary
-
Field Details
-
failureReason
public int failureReasonThe reason why the preprocessor represented by this DTO is not used.
-
-
Constructor Details
-
FailedPreprocessorDTO
public FailedPreprocessorDTO()
-