Class ConfigurationTemplateDTO


  • public class ConfigurationTemplateDTO
    extends org.osgi.dto.DTO
    A description of a configuration dependency of a component The content of this DTO is resolved form metadata at initialization time and remains the same between the CDI bundle restarts.
    Author:
    $Id: d950598117aea6b5d897cdf42b33b1812f29f565 $
    • 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

      • pid

        public java.lang.String pid
        The PID of the tracked configuration object(s).

        Must not be null.

      • policy

        public ConfigurationPolicy policy
        The policy for the configuration dependency.

        Must not be null.

    • Constructor Detail

      • ConfigurationTemplateDTO

        public ConfigurationTemplateDTO()