SCA API

Uses of Interface
org.osoa.sca.ModuleContext

Packages that use ModuleContext
org.osoa.sca   
 

Uses of ModuleContext in org.osoa.sca
 

Methods in org.osoa.sca that return ModuleContext
static ModuleContext CurrentModuleContext.getContext()
          Return the current ModuleContext.
 

Methods in org.osoa.sca with parameters of type ModuleContext
protected static void SCA.setModuleContext(ModuleContext ctx)
          Protected method that allows an SCA implementation to set the current module context that will be returned by CurrentModuleContext.getContext().
 


SCA API

-