public class RuntimeDTO extends DTO
| Modifier and Type | Field and Description | 
|---|---|
| ApplicationDTO[] | applicationDTOsReturns the representations of the JAX-RS Application services associated
 with this Runtime. | 
| ApplicationDTO | defaultApplicationReturns the current state of the default application for this Runtime. | 
| FailedApplicationDTO[] | failedApplicationDTOsReturns the representations of the JAX-RS extension services targeted to
 this runtime but currently not used due to some problem. | 
| FailedExtensionDTO[] | failedExtensionDTOsReturns the representations of the JAX-RS extension services targeted to
 this runtime but currently not used due to some problem. | 
| FailedResourceDTO[] | failedResourceDTOsReturns the representations of the JAX-RS resource services targeted to
 this runtime but currently not used due to some problem. | 
| ServiceReferenceDTO | serviceDTOThe 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