Class FailedFilterDTO

java.lang.Object
org.osgi.dto.DTO
org.osgi.service.http.runtime.dto.FilterDTO
org.osgi.service.http.runtime.dto.FailedFilterDTO

public class FailedFilterDTO extends FilterDTO
Represents a servlet Filter service which is currently not being used by a servlet context due to a problem.

As the service represented by this DTO is not used due to a failure, the field FilterDTO.servletContextId always returns 0 and does not point to an existing servlet context.

Author:
$Id: 731a48dc3e5862ed5105c6deb77f349eedea993b $