Class FailedListenerDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.servlet.runtime.dto.ListenerDTO
org.osgi.service.servlet.runtime.dto.FailedListenerDTO
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.
- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionint
The reason why the listener represented by this DTO is not used.Fields inherited from class org.osgi.service.servlet.runtime.dto.ListenerDTO
serviceId, servletContextId, types
-
Constructor Summary
-
Method Summary
-
Field Details
-
failureReason
public int failureReasonThe reason why the listener represented by this DTO is not used.- See Also:
-
-
Constructor Details
-
FailedListenerDTO
public FailedListenerDTO()
-