Uses of Class
org.objectweb.fractal.api.factory.InstantiationException

Packages that use InstantiationException
org.objectweb.fractal.api   
org.objectweb.fractal.api.factory   
org.objectweb.fractal.api.type   
org.objectweb.fractal.util   
 

Uses of InstantiationException in org.objectweb.fractal.api
 

Methods in org.objectweb.fractal.api that throw InstantiationException
static Component Fractal.getBootstrapComponent()
          Returns a bootstrap component to create other components.
 

Uses of InstantiationException in org.objectweb.fractal.api.factory
 

Methods in org.objectweb.fractal.api.factory that throw InstantiationException
 Component Factory.newFcInstance()
          Instantiates a component from this factory.
 Component GenericFactory.newFcInstance(Type type, java.lang.Object controllerDesc, java.lang.Object contentDesc)
          Creates a component.
 

Uses of InstantiationException in org.objectweb.fractal.api.type
 

Methods in org.objectweb.fractal.api.type that throw InstantiationException
 InterfaceType TypeFactory.createFcItfType(java.lang.String name, java.lang.String signature, boolean isClient, boolean isOptional, boolean isCollection)
          Creates an interface type.
 ComponentType TypeFactory.createFcType(InterfaceType[] interfaceTypes)
          Creates a component type.
 

Uses of InstantiationException in org.objectweb.fractal.util
 

Methods in org.objectweb.fractal.util that throw InstantiationException
static Component Fractal.getBootstrapComponent()
          Returns a bootstrap component to create other components.
static Component Fractal.getBootstrapComponent(java.util.Map hints)
          Returns a bootstrap component to create other components.
 



Copyright © 2007-2011. All Rights Reserved.