org.osoa.sca
Class CurrentModuleContext
java.lang.Object
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) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrentModuleContext
public CurrentModuleContext()
getContext
public static ModuleContext getContext()
- Return the current ModuleContext.
- Returns:
- the current ModuleContext
-