Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.client.container
Class IOCBeanManagerLifecycle

java.lang.Object
  extended by 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

Constructor Summary
IOCBeanManagerLifecycle()
           
 
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
 

Constructor Detail

IOCBeanManagerLifecycle

public IOCBeanManagerLifecycle()
Method Detail

resetBeanManager

public void resetBeanManager()
Resets the bean manager by cleanly destroying all beans and taking them out of service.


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.