public class RuntimeDTO
extends org.osgi.dto.DTO
Modifier and Type | Field and Description |
---|---|
ApplicationDTO[] |
applicationDTOs
Returns the representations of the JAX-RS Application services associated
with this Runtime.
|
ApplicationDTO |
defaultApplication
Returns the current state of the default application for this Runtime.
|
FailedApplicationDTO[] |
failedApplicationDTOs
Returns the representations of the JAX-RS extension services targeted to
this runtime but currently not used due to some problem.
|
FailedExtensionDTO[] |
failedExtensionDTOs
Returns the representations of the JAX-RS extension services targeted to
this runtime but currently not used due to some problem.
|
FailedResourceDTO[] |
failedResourceDTOs
Returns the representations of the JAX-RS resource services targeted to
this runtime but currently not used due to some problem.
|
org.osgi.framework.dto.ServiceReferenceDTO |
serviceDTO
The DTO for the corresponding
JaxrsServiceRuntime . |
Constructor and Description |
---|
RuntimeDTO() |
public org.osgi.framework.dto.ServiceReferenceDTO serviceDTO
JaxrsServiceRuntime
. This value is
never null
.public ApplicationDTO defaultApplication
public ApplicationDTO[] applicationDTOs
public FailedResourceDTO[] failedResourceDTOs
public FailedExtensionDTO[] failedExtensionDTOs
public FailedApplicationDTO[] failedApplicationDTOs
Copyright © 2020 OSGi Alliance. All rights reserved.