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

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

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

Methods in org.objectweb.dsrg.sofa.microarchitecture that throw InstantiationException
static MIComponent ComponentFactory.createComponent(Architecture arch, Frame frame, FramePlaceholder fBinder, ContentPlaceholder cBinder, java.lang.Iterable<Aspect> aspects)
          Creates new instance of specified component and returns reference to its control interface.
static MIComponent ComponentFactory.createComponent(Architecture arch, Frame frame, java.lang.Iterable<Aspect> aspects, java.lang.Iterable<Bindable> units)
          Deprecated.  
static java.lang.Object ComponentFactory.createContentObject(Architecture arch)
          Creates instance of the content class of the primitive component.
 DelegationChainInstance DelegationChainTemplate.newInstance(java.lang.Object endpoint)
          Creates new instance from this CollectionChain.
static MIComponent ComponentFactory.rebindComponent(MIComponent target, ContentPlaceholder cBinder)
          Updates component content with different implementation.