org.jboss.webbeans
Class CurrentManager

java.lang.Object
  extended by org.jboss.webbeans.CurrentManager

public class CurrentManager
extends java.lang.Object

Access point for getting/setting current Managager

Author:
Gavin King

Field Summary
protected static ManagerImpl rootManager
           
 
Constructor Summary
CurrentManager()
           
 
Method Summary
static ManagerImpl rootManager()
          Gets the root manager
static void setRootManager(ManagerImpl rootManager)
          Sets the root manager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rootManager

protected static ManagerImpl rootManager
Constructor Detail

CurrentManager

public CurrentManager()
Method Detail

rootManager

public static ManagerImpl rootManager()
Gets the root manager

Returns:
The root manager

setRootManager

public static void setRootManager(ManagerImpl rootManager)
Sets the root manager

Parameters:
rootManager - The root manager


Copyright © 2008-2009. All Rights Reserved.