Uses of Class
org.objectweb.dsrg.sofa.SOFAInterfaceType

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

Uses of SOFAInterfaceType in org.objectweb.dsrg.sofa
 

Methods in org.objectweb.dsrg.sofa that return SOFAInterfaceType
static SOFAInterfaceType SOFAInterfaceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SOFAInterfaceType[] SOFAInterfaceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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

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

Methods in org.objectweb.dsrg.sofa.microarchitecture that return SOFAInterfaceType
 SOFAInterfaceType DelegationChain.getInterfaceType()
          Returns SOFA interface type of the represented component interface.
 SOFAInterfaceType Bindable.getInterfaceType()
          Deprecated. Returns type of business interface to be bound to.
 

Methods in org.objectweb.dsrg.sofa.microarchitecture with parameters of type SOFAInterfaceType
 DelegationChain MIComponent.getDelegationChain(SOFAInterfaceType type, java.lang.String name)
          Returns reference to the interface delegation chain.