org.jboss.errai.ioc.client.container
Class IOCBeanManagerLifecycle
java.lang.Object
org.jboss.errai.ioc.client.container.IOCBeanManagerLifecycle
public class IOCBeanManagerLifecycle
- extends Object
A utility class for performing lifecycle operations on the bean manager. In general, you should NEVER
use this class in your application. It is used directly by the code generator to ensure the bean manager initializes
in a consistent state when it is reset within the same client instance.
- Author:
- Mike Brock
Method Summary |
void |
resetBeanManager()
Resets the bean manager by cleanly destroying all beans and taking them out of service. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOCBeanManagerLifecycle
public IOCBeanManagerLifecycle()
resetBeanManager
public void resetBeanManager()
- Resets the bean manager by cleanly destroying all beans and taking them out of service.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.