Class RuntimeDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.service.http.runtime.dto.RuntimeDTO
-
public class RuntimeDTO extends org.osgi.dto.DTORepresents the state of a Http Service Runtime.
-
-
Field Summary
Fields Modifier and Type Field Description FailedErrorPageDTO[]failedErrorPageDTOsReturns the representations of the error pagejavax.servlet.Servletservices associated with this runtime but currently not used due to some problem.FailedFilterDTO[]failedFilterDTOsReturns the representations of thejavax.servlet.Filterservices associated with this runtime but currently not used due to some problem.FailedListenerDTO[]failedListenerDTOsReturns the representations of the listeners associated with this runtime but currently not used due to some problem.FailedPreprocessorDTO[]failedPreprocessorDTOsReturns the representations of the servletorg.osgi.service.http.whiteboard.Preprocessorservices associated with this runtime but currently not used due to some problem.FailedResourceDTO[]failedResourceDTOsReturns the representations of the resources associated with this runtime but currently not used due to some problem.FailedServletContextDTO[]failedServletContextDTOsReturns the representations of thejavax.servlet.ServletContextobjects currently not used by the Http service runtime due to some problem.FailedServletDTO[]failedServletDTOsReturns the representations of thejavax.servlet.Servletservices associated with this runtime but currently not used due to some problem.PreprocessorDTO[]preprocessorDTOsReturns the representations of theorg.osgi.service.http.whiteboard.Preprocessorobjects used by the Http Service Runtime.org.osgi.framework.dto.ServiceReferenceDTOserviceDTOThe DTO for the correspondingorg.osgi.service.http.runtime.HttpServiceRuntime.ServletContextDTO[]servletContextDTOsReturns the representations of thejavax.servlet.ServletContextobjects used by the Http Service Runtime.
-
Constructor Summary
Constructors Constructor Description RuntimeDTO()
-
-
-
Field Detail
-
serviceDTO
public org.osgi.framework.dto.ServiceReferenceDTO serviceDTO
The DTO for the correspondingorg.osgi.service.http.runtime.HttpServiceRuntime. This value is nevernull.
-
preprocessorDTOs
public PreprocessorDTO[] preprocessorDTOs
Returns the representations of theorg.osgi.service.http.whiteboard.Preprocessorobjects 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.Preprocessorobjects.- Since:
- 1.1
-
servletContextDTOs
public ServletContextDTO[] servletContextDTOs
Returns the representations of thejavax.servlet.ServletContextobjects used by the Http Service Runtime. The returned array may be empty if the Http Service Runtime is currently not using anyjavax.servlet.ServletContextobjects.
-
failedServletContextDTOs
public FailedServletContextDTO[] failedServletContextDTOs
Returns the representations of thejavax.servlet.ServletContextobjects currently not used by the Http service runtime due to some problem. The returned array may be empty.
-
failedServletDTOs
public FailedServletDTO[] failedServletDTOs
Returns the representations of thejavax.servlet.Servletservices associated with this runtime but currently not used due to some problem. The returned array may be empty.
-
failedResourceDTOs
public FailedResourceDTO[] 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
public FailedPreprocessorDTO[] failedPreprocessorDTOs
Returns the representations of the servletorg.osgi.service.http.whiteboard.Preprocessorservices associated with this runtime but currently not used due to some problem. The returned array may be empty.- Since:
- 1.1
-
failedFilterDTOs
public FailedFilterDTO[] failedFilterDTOs
Returns the representations of thejavax.servlet.Filterservices associated with this runtime but currently not used due to some problem. The returned array may be empty.
-
failedErrorPageDTOs
public FailedErrorPageDTO[] failedErrorPageDTOs
Returns the representations of the error pagejavax.servlet.Servletservices associated with this runtime but currently not used due to some problem. The returned array may be empty.
-
failedListenerDTOs
public FailedListenerDTO[] 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.
-
-