public class RuntimeDTO extends 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.
|
ServiceReferenceDTO |
serviceDTO
The DTO for the corresponding
JaxrsServiceRuntime . |
Constructor and Description |
---|
RuntimeDTO() |
public ServiceReferenceDTO serviceDTO
JaxrsServiceRuntime
. This value is
never null
.public ApplicationDTO defaultApplication
public ApplicationDTO[] applicationDTOs
public FailedResourceDTO[] failedResourceDTOs
public FailedExtensionDTO[] failedExtensionDTOs
public FailedApplicationDTO[] failedApplicationDTOs
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0