Class ChainedComponentModel


  • @Immutable
    public class ChainedComponentModel
    extends com.yahoo.osgi.provider.model.ComponentModel
    Describes how a chained component should be created.
    Author:
    Arne Bergene Fossaa, Tony Vaagenes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Dependencies dependencies  
      • Fields inherited from class com.yahoo.osgi.provider.model.ComponentModel

        bundleInstantiationSpec, configId
    • Constructor Summary

      Constructors 
      Constructor Description
      ChainedComponentModel​(com.yahoo.container.bundle.BundleInstantiationSpecification bundleInstantiationSpec, Dependencies dependencies)  
      ChainedComponentModel​(com.yahoo.container.bundle.BundleInstantiationSpecification bundleInstantiationSpec, Dependencies dependencies, java.lang.String configId)  
    • Method Summary

      • Methods inherited from class com.yahoo.osgi.provider.model.ComponentModel

        getClassId, getComponentId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChainedComponentModel

        public ChainedComponentModel​(com.yahoo.container.bundle.BundleInstantiationSpecification bundleInstantiationSpec,
                                     Dependencies dependencies,
                                     java.lang.String configId)
      • ChainedComponentModel

        public ChainedComponentModel​(com.yahoo.container.bundle.BundleInstantiationSpecification bundleInstantiationSpec,
                                     Dependencies dependencies)