Class FailedListenerDTO

java.lang.Object
org.osgi.dto.DTO
org.osgi.service.http.runtime.dto.ListenerDTO
org.osgi.service.http.runtime.dto.FailedListenerDTO

public class FailedListenerDTO extends ListenerDTO
Represents a listener service which is currently not being used by a servlet context due to a problem.

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

Author:
$Id: 3bda6964deaf7ad0765b2d99b4c89e783e6e1555 $