Class BaseApplicationDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.jakartars.runtime.dto.BaseDTO
org.osgi.service.jakartars.runtime.dto.BaseApplicationDTO
- Direct Known Subclasses:
ApplicationDTO
,FailedApplicationDTO
Represents common information about a Jakarta RESTful Web Services
application service.
- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionThe base URI of the resource defined byJakartarsWhiteboardConstants.JAKARTA_RS_APPLICATION_BASE
.Returns the representations of the dynamic Jakarta RESTful Web Services extension services associated with this Application.Returns the representations of the dynamic Jakarta RESTful Web Services resource services associated with this Application. -
Constructor Summary
-
Method Summary
-
Field Details
-
base
The base URI of the resource defined byJakartarsWhiteboardConstants.JAKARTA_RS_APPLICATION_BASE
. -
resourceDTOs
Returns the representations of the dynamic Jakarta RESTful Web Services resource services associated with this Application. The returned array may be empty if this application is currently not associated with any Jakarta RESTful Web Services Resource services. -
extensionDTOs
Returns the representations of the dynamic Jakarta RESTful Web Services extension services associated with this Application. The returned array may be empty if this application is currently not associated with any Jakarta RESTful Web Services extension services.
-
-
Constructor Details
-
BaseApplicationDTO
public BaseApplicationDTO()
-