Uses of Class
org.objectweb.dsrg.sofa.microarchitecture.DelegationChain

Packages that use DelegationChain
org.objectweb.dsrg.sofa.bootstrap   
org.objectweb.dsrg.sofa.microarchitecture   
 

Uses of DelegationChain in org.objectweb.dsrg.sofa.bootstrap
 

Methods in org.objectweb.dsrg.sofa.bootstrap that return DelegationChain
 DelegationChain MIComponentImpl.getDelegationChain(SOFAInterfaceType type, java.lang.String name)
           
 

Methods in org.objectweb.dsrg.sofa.bootstrap that return types with arguments of type DelegationChain
 java.util.Set<DelegationChain> MIComponentImpl.getDelegationChains()
           
 

Uses of DelegationChain in org.objectweb.dsrg.sofa.microarchitecture
 

Subclasses of DelegationChain in org.objectweb.dsrg.sofa.microarchitecture
 class DelegationChainInstance
          Represents chain of delegating microcomponents inside of the component control part.
 class DelegationChainTemplate
          Extends DelegationChain with functionality to create instances of the iterface by demand.
 

Methods in org.objectweb.dsrg.sofa.microarchitecture that return DelegationChain
 DelegationChain ComponentDescription.getControlInterfaceChain(java.lang.String name)
          Returns control delegation chain with the given name.
 DelegationChain MIComponent.getDelegationChain(SOFAInterfaceType type, java.lang.String name)
          Returns reference to the interface delegation chain.
 DelegationChain ComponentDescription.getProvidedInterfaceChain(java.lang.String name)
          Returns business provided delegation chain with the given name.
 DelegationChain ComponentDescription.getRequiredInterfaceChain(java.lang.String name)
          Returns business required delegation chain with the given name.
 

Methods in org.objectweb.dsrg.sofa.microarchitecture that return types with arguments of type DelegationChain
 java.util.Set<DelegationChain> MIComponent.getDelegationChains()
          Returns delegation chains for all business interfaces.