java.lang.Object
org.osgi.dto.DTO
org.osgi.service.jakartars.runtime.dto.BaseDTO
Direct Known Subclasses:
BaseApplicationDTO, BaseExtensionDTO, FailedResourceDTO, ResourceDTO

public abstract class BaseDTO extends DTO
Represents common information about a Jakarta RESTful Web Services service.
"NotThreadSafe"
  • Field Details

    • name

      public String name
      The name of the service if it set one using JakartarsWhiteboardConstants.JAKARTA_RS_NAME, otherwise this value will contain the generated name for this service
    • serviceId

      public long serviceId
      Service property identifying the Jakarta RESTful Web Services service
  • Constructor Details

    • BaseDTO

      public BaseDTO()