Class ExtensionDTO


  • public class ExtensionDTO
    extends org.osgi.dto.DTO
    A snapshot of the runtime state of an javax.enterprise.inject.spi.Extension dependency required by this CDI container.
    Author:
    $Id: f6d3a4a8e7599360d582733626c6a90394170b7f $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.osgi.framework.dto.ServiceReferenceDTO service
      The service reference of the extension.
      ExtensionTemplateDTO template
      The template of this extension dependency.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtensionDTO()  
    • 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

      • template

        public ExtensionTemplateDTO template
        The template of this extension dependency.

        Must not be null

      • service

        public org.osgi.framework.dto.ServiceReferenceDTO service
        The service reference of the extension.

        The extension dependency is satisfied when not null.

    • Constructor Detail

      • ExtensionDTO

        public ExtensionDTO()