gnu.beanfactory
Class CurrentContext

java.lang.Object
  |
  +--gnu.beanfactory.CurrentContext

public class CurrentContext
extends java.lang.Object

Relates context information to the currently executing thread.

Version:
$Id: CurrentContext.java,v 1.4 2001/09/09 01:54:06 rschoening Exp $

Constructor Summary
CurrentContext()
           
 
Method Summary
static CurrentContext forThread()
           
 java.util.Map getPartialMap()
           
 ScopeManager getScopeManager()
           
 java.util.Map newPartialMap()
           
static CurrentContext rebind()
           
 void removePartialMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentContext

public CurrentContext()
Method Detail

getPartialMap

public java.util.Map getPartialMap()

newPartialMap

public java.util.Map newPartialMap()

removePartialMap

public void removePartialMap()

rebind

public static CurrentContext rebind()

getScopeManager

public ScopeManager getScopeManager()

forThread

public static CurrentContext forThread()