Class RuntimeDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.http.runtime.dto.RuntimeDTO
public class RuntimeDTO
extends org.osgi.dto.DTO
Represents the state of a Http Service Runtime.
- Author:
- $Id: 2d4dff10956db843a122d231cff2f1fbceb568b3 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionReturns the representations of the error pagejavax.servlet.Servlet
services associated with this runtime but currently not used due to some problem.Returns the representations of thejavax.servlet.Filter
services associated with this runtime but currently not used due to some problem.Returns the representations of the listeners associated with this runtime but currently not used due to some problem.Returns the representations of the servletorg.osgi.service.http.whiteboard.Preprocessor
services associated with this runtime but currently not used due to some problem.Returns the representations of the resources associated with this runtime but currently not used due to some problem.Returns the representations of thejavax.servlet.ServletContext
objects currently not used by the Http service runtime due to some problem.Returns the representations of thejavax.servlet.Servlet
services associated with this runtime but currently not used due to some problem.Returns the representations of theorg.osgi.service.http.whiteboard.Preprocessor
objects used by the Http Service Runtime.org.osgi.framework.dto.ServiceReferenceDTO
The DTO for the correspondingorg.osgi.service.http.runtime.HttpServiceRuntime
.Returns the representations of thejavax.servlet.ServletContext
objects used by the Http Service Runtime. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
serviceDTO
public org.osgi.framework.dto.ServiceReferenceDTO serviceDTOThe DTO for the correspondingorg.osgi.service.http.runtime.HttpServiceRuntime
. This value is nevernull
. -
preprocessorDTOs
Returns the representations of theorg.osgi.service.http.whiteboard.Preprocessor
objects used by the Http Service Runtime. The returned array may be empty if the Http Service Runtime is currently not using anyorg.osgi.service.http.whiteboard.Preprocessor
objects.- Since:
- 1.1
-
servletContextDTOs
Returns the representations of thejavax.servlet.ServletContext
objects used by the Http Service Runtime. The returned array may be empty if the Http Service Runtime is currently not using anyjavax.servlet.ServletContext
objects. -
failedServletContextDTOs
Returns the representations of thejavax.servlet.ServletContext
objects currently not used by the Http service runtime due to some problem. The returned array may be empty. -
failedServletDTOs
Returns the representations of thejavax.servlet.Servlet
services associated with this runtime but currently not used due to some problem. The returned array may be empty. -
failedResourceDTOs
Returns the representations of the resources associated with this runtime but currently not used due to some problem. The returned array may be empty. -
failedPreprocessorDTOs
Returns the representations of the servletorg.osgi.service.http.whiteboard.Preprocessor
services associated with this runtime but currently not used due to some problem. The returned array may be empty.- Since:
- 1.1
-
failedFilterDTOs
Returns the representations of thejavax.servlet.Filter
services associated with this runtime but currently not used due to some problem. The returned array may be empty. -
failedErrorPageDTOs
Returns the representations of the error pagejavax.servlet.Servlet
services associated with this runtime but currently not used due to some problem. The returned array may be empty. -
failedListenerDTOs
Returns the representations of the listeners associated with this runtime but currently not used due to some problem. The returned array may be empty.
-
-
Constructor Details
-
RuntimeDTO
public RuntimeDTO()
-