net.sf.mmm.util.component.impl
Class SpringContainerPool
java.lang.Object
net.sf.mmm.util.component.impl.SpringContainerPool
public final class SpringContainerPool
- extends Object
This is just an ugly static pool used to simplify testing. It might cause
memory holes and should never be used in productive code.
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
private static SpringContainer instance
- See Also:
getInstance()
SpringContainerPool
private SpringContainerPool()
- The constructor.
getInstance
public static IocContainer getInstance()
- This method gets the singleton instance of the
IocContainer.
- Returns:
- the requested container.
dispose
public static void dispose()
- This method disposes the
singleton-instance (if it
exists).
Copyright © 2001-2010 mmm-Team. All Rights Reserved.