Package com.yahoo.component.chain.model
Class ChainedComponentModel
java.lang.Object
com.yahoo.osgi.provider.model.ComponentModel
com.yahoo.component.chain.model.ChainedComponentModel
Describes how a chained component should be created. Immutable.
- Author:
- Arne Bergene Fossaa, Tony Vaagenes
-
Field Summary
Fields inherited from class com.yahoo.osgi.provider.model.ComponentModel
bundleInstantiationSpec, configId
-
Constructor Summary
ConstructorDescriptionChainedComponentModel
(BundleInstantiationSpecification bundleInstantiationSpec, Dependencies dependencies) ChainedComponentModel
(BundleInstantiationSpecification bundleInstantiationSpec, Dependencies dependencies, String configId) -
Method Summary
Methods inherited from class com.yahoo.osgi.provider.model.ComponentModel
getClassId, getComponentId
-
Field Details
-
dependencies
-
-
Constructor Details
-
ChainedComponentModel
public ChainedComponentModel(BundleInstantiationSpecification bundleInstantiationSpec, Dependencies dependencies, String configId) -
ChainedComponentModel
public ChainedComponentModel(BundleInstantiationSpecification bundleInstantiationSpec, Dependencies dependencies)
-