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

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

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

Methods in org.objectweb.dsrg.sofa.microarchitecture that throw InterfaceNotFoundException
 void FramePlaceholder.bindProvidedInterface(java.lang.String name, java.lang.Object ref)
          Binds provided business interface to the object connecting to it from the outside.
 void ContentPlaceholder.bindRequiredInterface(java.lang.String name, java.lang.Object ref)
          Binds control part to an object that is bound to the inner end of the required business interface.
 DelegationChain ComponentDescription.getControlInterfaceChain(java.lang.String name)
          Returns control delegation chain with the given name.
 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.
 java.lang.Object ContentPlaceholder.lookupProvidedInterface(java.lang.String name)
          Returns reference to an object that is bound to the inner end of the provided business interface.
 java.lang.Object FramePlaceholder.lookupRequiredInterface(java.lang.String name)
          Returns reference to the object connecting to required business interface from the outside.