Class BaseDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.jakartars.runtime.dto.BaseDTO
- Direct Known Subclasses:
BaseApplicationDTO
,BaseExtensionDTO
,FailedResourceDTO
,ResourceDTO
Represents common information about a Jakarta RESTful Web Services service.
- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionThe name of the service if it set one usingJakartarsWhiteboardConstants.JAKARTA_RS_NAME
, otherwise this value will contain the generated name for this servicelong
Service property identifying the Jakarta RESTful Web Services service -
Constructor Summary
-
Method Summary
-
Field Details
-
name
The name of the service if it set one usingJakartarsWhiteboardConstants.JAKARTA_RS_NAME
, otherwise this value will contain the generated name for this service -
serviceId
public long serviceIdService property identifying the Jakarta RESTful Web Services service
-
-
Constructor Details
-
BaseDTO
public BaseDTO()
-