Class RuntimeDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.servlet.runtime.dto.RuntimeDTO
Represents the state of a Http Service Runtime.
- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionReturns the representations of the error pagejakarta.servlet.Servlet
services associated with this runtime but currently not used due to some problem.Returns the representations of thejakarta.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.servlet.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 thejakarta.servlet.ServletContext
objects currently not used by the Http service runtime due to some problem.Returns the representations of thejakarta.servlet.Servlet
services associated with this runtime but currently not used due to some problem.Returns the representations of theorg.osgi.service.servlet.whiteboard.Preprocessor
objects used by the Http Service Runtime.The DTO for the correspondingorg.osgi.service.servlet.runtime.HttpServiceRuntime
.Returns the representations of thejakarta.servlet.ServletContext
objects used by the Http Service Runtime. -
Constructor Summary
-
Method Summary
-
Field Details
-
serviceDTO
The DTO for the correspondingorg.osgi.service.servlet.runtime.HttpServiceRuntime
. This value is nevernull
. -
preprocessorDTOs
Returns the representations of theorg.osgi.service.servlet.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.servlet.whiteboard.Preprocessor
objects. -
servletContextDTOs
Returns the representations of thejakarta.servlet.ServletContext
objects used by the Http Service Runtime. The returned array may be empty if the Http Service Runtime is currently not using anyjakarta.servlet.ServletContext
objects. -
failedServletContextDTOs
Returns the representations of thejakarta.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 thejakarta.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.servlet.whiteboard.Preprocessor
services associated with this runtime but currently not used due to some problem. The returned array may be empty. -
failedFilterDTOs
Returns the representations of thejakarta.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 pagejakarta.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()
-