Uses of Class
org.apache.beehive.controls.api.assembly.ControlAssemblyException

Packages that use ControlAssemblyException
org.apache.beehive.controls.api.assembly   
org.apache.beehive.controls.runtime.assembly   
 

Uses of ControlAssemblyException in org.apache.beehive.controls.api.assembly
 

Methods in org.apache.beehive.controls.api.assembly that throw ControlAssemblyException
 void DefaultControlAssembler.assemble(ControlAssemblyContext cac)
           
 void ControlAssembler.assemble(ControlAssemblyContext cac)
           
 ControlAssemblyContext ControlAssemblyContext.Factory.newInstance(Class controlIntfOrExt, Map<String,String> bindings, Set<String> clients, File moduleRoot, String moduleName, File srcOutputRoot)
          Creates a new instance of a ControlAssemblyContext implementation.
 

Uses of ControlAssemblyException in org.apache.beehive.controls.runtime.assembly
 

Methods in org.apache.beehive.controls.runtime.assembly that throw ControlAssemblyException
static void Assembler.assemble(File moduleRoot, String moduleName, File srcOutputRoot, String factoryName, Map<String,String> controlTypeToImpl, Map<String,Set<String>> controlTypeToClients, ClassLoader cl)
          Executes basic assembly algorithm.
 WebAppAssemblyContext WebAppAssemblyContext.Factory.newInstance(Class controlIntfOrExt, Map<String,String> bindings, Set<String> clients, File moduleRoot, String moduleName, File srcOutputRoot)
           
 EJBAssemblyContext EJBAssemblyContext.Factory.newInstance(Class controlIntfOrExt, Map<String,String> bindings, Set<String> clients, File moduleRoot, String moduleName, File srcOutputRoot)
           
 AppAssemblyContext AppAssemblyContext.Factory.newInstance(Class controlIntfOrExt, Map<String,String> bindings, Set<String> clients, File moduleRoot, String moduleName, File srcOutputRoot)
           
 

Constructors in org.apache.beehive.controls.runtime.assembly that throw ControlAssemblyException
AppAssemblyContext(Class controlIntfOrExt, Map<String,String> bindings, Set<String> clients, File moduleRoot, String moduleName, File srcOutputRoot)
           
BaseAssemblyContext(Class controlIntfOrExt, Map<String,String> bindings, Set<String> clients, File moduleRoot, String moduleName, File srcOutputRoot)
           
EJBAssemblyContext(Class controlIntfOrExt, Map<String,String> bindings, Set<String> clients, File moduleRoot, String moduleName, File srcOutputRoot)
           
WebAppAssemblyContext(Class controlIntfOrExt, Map<String,String> bindings, Set<String> clients, File moduleRoot, String moduleName, File srcOutputRoot)