SCA API

org.osoa.sca
Class CurrentModuleContext

java.lang.Object
  extended by org.osoa.sca.CurrentModuleContext

public final class CurrentModuleContext
extends java.lang.Object

Class providing access to the current ModuleContext.

The current context is set by the SCA container implementation before dispatching a request to any component in the module.

Version:
$Rev: 388216 $ $Date: 2006-03-23 12:16:05 -0500 (Thu, 23 Mar 2006) $

Constructor Summary
CurrentModuleContext()
           
 
Method Summary
static ModuleContext getContext()
          Return the current ModuleContext.
(package private) static void setContext(ModuleContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentModuleContext

public CurrentModuleContext()
Method Detail

getContext

public static ModuleContext getContext()
Return the current ModuleContext.

Returns:
the current ModuleContext

setContext

static void setContext(ModuleContext ctx)

SCA API

-