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

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

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

Subclasses of DelegationChain in org.objectweb.dsrg.sofa.microarchitecture
 class CollectionChain
          Extends DelegationChain with functionality to create instances of the iterface by demand.
 

Methods in org.objectweb.dsrg.sofa.microarchitecture that return DelegationChain
 DelegationChain ComponentInstance.getControlInterfaceChain(java.lang.String name)
          Returns control delegation chain with the given name.
 DelegationChain ComponentInstance.getProvidedInterfaceChain(java.lang.String name)
          Returns business provided delegation chain with the given name.
 DelegationChain ComponentInstance.getRequiredInterfaceChain(java.lang.String name)
          Returns business required delegation chain with the given name.
 DelegationChain CollectionChain.newInstance(java.lang.Object endpoint)
          Creates new instance from this CollectionChain.