Class RuntimeDTO

java.lang.Object
org.osgi.dto.DTO
org.osgi.service.servlet.runtime.dto.RuntimeDTO

public class RuntimeDTO extends DTO
Represents the state of a Http Service Runtime.
"NotThreadSafe"
  • Field Details

    • serviceDTO

      public ServiceReferenceDTO serviceDTO
      The DTO for the corresponding org.osgi.service.servlet.runtime.HttpServiceRuntime. This value is never null.
    • preprocessorDTOs

      public PreprocessorDTO[] preprocessorDTOs
      Returns the representations of the org.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 any org.osgi.service.servlet.whiteboard.Preprocessor objects.
    • servletContextDTOs

      public ServletContextDTO[] servletContextDTOs
      Returns the representations of the jakarta.servlet.ServletContext objects used by the Http Service Runtime. The returned array may be empty if the Http Service Runtime is currently not using any jakarta.servlet.ServletContext objects.
    • failedServletContextDTOs

      public FailedServletContextDTO[] failedServletContextDTOs
      Returns the representations of the jakarta.servlet.ServletContext objects 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 the jakarta.servlet.Servlet services 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 servlet org.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

      public FailedFilterDTO[] failedFilterDTOs
      Returns the representations of the jakarta.servlet.Filter services 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 page jakarta.servlet.Servlet services 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.
  • Constructor Details

    • RuntimeDTO

      public RuntimeDTO()