Class RuntimeDTO

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

public class RuntimeDTO extends DTO
Represents the state of a Jakarta RESTful Web Services Service Runtime.
"NotThreadSafe"
  • Field Details

    • serviceDTO

      public ServiceReferenceDTO serviceDTO
      The DTO for the corresponding JakartarsServiceRuntime. This value is never null.
    • defaultApplication

      public ApplicationDTO defaultApplication
      Returns the current state of the default application for this Runtime.
    • applicationDTOs

      public ApplicationDTO[] applicationDTOs
      Returns the representations of the Jakarta RESTful Web Services Application services associated with this Runtime. The returned array may be empty if this whiteboard is currently not associated with any Jakarta RESTful Web Services application services.
    • failedResourceDTOs

      public FailedResourceDTO[] failedResourceDTOs
      Returns the representations of the Jakarta RESTful Web Services resource services targeted to this runtime but currently not used due to some problem. The returned array may be empty.
    • failedExtensionDTOs

      public FailedExtensionDTO[] failedExtensionDTOs
      Returns the representations of the Jakarta RESTful Web Services extension services targeted to this runtime but currently not used due to some problem. The returned array may be empty.
    • failedApplicationDTOs

      public FailedApplicationDTO[] failedApplicationDTOs
      Returns the representations of the Jakarta RESTful Web Services extension services targeted to this runtime but currently not used due to some problem. The returned array may be empty.
  • Constructor Details

    • RuntimeDTO

      public RuntimeDTO()