SCA API

org.osoa.sca
Class CurrentModuleContext

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

public final class CurrentModuleContext
extends 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: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $

Constructor Summary
CurrentModuleContext()
           
 
Method Summary
static ModuleContext getContext()
          Return the current ModuleContext.
 
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

SCA API

-