Class RuntimeDTO


  • public class RuntimeDTO
    extends org.osgi.dto.DTO
    Represents the state of a JAX-RS Service Runtime.
    • Constructor Summary

      Constructors 
      Constructor Description
      RuntimeDTO()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serviceDTO

        public org.osgi.framework.dto.ServiceReferenceDTO serviceDTO
        The DTO for the corresponding JaxrsServiceRuntime. This value is never null.
      • defaultApplication

        public ApplicationDTO defaultApplication
        Returns the current state of the default application for this Runtime.
      • applicationDTOs

        public ApplicationDTO[] 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

        public FailedResourceDTO[] 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

        public FailedExtensionDTO[] 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

        public FailedApplicationDTO[] 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 Detail

      • RuntimeDTO

        public RuntimeDTO()