Uses of Interface
org.universAAL.middleware.container.Container

Packages that use Container
org.universAAL.container.JUnit   
org.universAAL.middleware.container   
org.universAAL.middleware.container.osgi   
org.universAAL.middleware.context.impl   
org.universAAL.middleware.datarep   
org.universAAL.middleware.service.impl   
org.universAAL.middleware.ui.impl   
 

Uses of Container in org.universAAL.container.JUnit
 

Classes in org.universAAL.container.JUnit that implement Container
 class JUnitContainer
           
 

Methods in org.universAAL.container.JUnit that return Container
 Container JUnitModuleContext.getContainer()
          Returns the Container object that conatin the module associated with this ModuleContext.
 

Uses of Container in org.universAAL.middleware.container
 

Methods in org.universAAL.middleware.container that return Container
 Container ModuleContext.getContainer()
          Returns the Container object that conatin the module associated with this ModuleContext.
 

Uses of Container in org.universAAL.middleware.container.osgi
 

Classes in org.universAAL.middleware.container.osgi that implement Container
 class uAALBundleContainer
          An implementation of the concept of Container for OSGi.
 

Methods in org.universAAL.middleware.container.osgi that return Container
 Container uAALBundleContext.getContainer()
           
 

Uses of Container in org.universAAL.middleware.context.impl
 

Methods in org.universAAL.middleware.context.impl with parameters of type Container
static void ContextBusImpl.startModule(Container c, ModuleContext mc, Object[] contextBusShareParams, Object[] contextBusFetchParams)
           
 

Uses of Container in org.universAAL.middleware.datarep
 

Methods in org.universAAL.middleware.datarep that return Container
static Container SharedResources.getContainer()
           
 

Uses of Container in org.universAAL.middleware.service.impl
 

Methods in org.universAAL.middleware.service.impl with parameters of type Container
static void ServiceBusImpl.startModule(Container c, ModuleContext mc, Object[] serviceBusShareParams, Object[] serviceBusFetchParams)
           
 

Uses of Container in org.universAAL.middleware.ui.impl
 

Methods in org.universAAL.middleware.ui.impl with parameters of type Container
static void UIBusImpl.startModule(Container c, ModuleContext mc, Object[] uiBusShareParams, Object[] uiBusFetchParams)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.