Class RuntimeDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.jaxrs.runtime.dto.RuntimeDTO
public class RuntimeDTO
extends org.osgi.dto.DTO
Represents the state of a JAX-RS Service Runtime.
-
Field Summary
FieldsModifier and TypeFieldDescriptionReturns the representations of the JAX-RS Application services associated with this Runtime.Returns the current state of the default application for this Runtime.Returns the representations of the JAX-RS extension services targeted to this runtime but currently not used due to some problem.Returns the representations of the JAX-RS extension services targeted to this runtime but currently not used due to some problem.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
The DTO for the correspondingJaxrsServiceRuntime
. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
serviceDTO
public org.osgi.framework.dto.ServiceReferenceDTO serviceDTOThe DTO for the correspondingJaxrsServiceRuntime
. This value is nevernull
. -
defaultApplication
Returns the current state of the default application for this Runtime. -
applicationDTOs
Returns the representations of the JAX-RS Application services associated with this Runtime. The returned array may be empty if this whiteboard is currently not associated with any JAX-RS application services. -
failedResourceDTOs
Returns the representations of the JAX-RS resource services targeted to this runtime but currently not used due to some problem. The returned array may be empty. -
failedExtensionDTOs
Returns the representations of the JAX-RS extension services targeted to this runtime but currently not used due to some problem. The returned array may be empty. -
failedApplicationDTOs
Returns the representations of the JAX-RS extension services targeted to this runtime but currently not used due to some problem. The returned array may be empty.
-
-
Constructor Details
-
RuntimeDTO
public RuntimeDTO()
-