Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.client.container
Interface BeanActivator


public interface BeanActivator

Provides a runtime mechanism to check whether or not a managed bean is activated (see ActivatedBy). Note that the managed IOC bean can be asynchronously loaded (when annotated with LoadAsync), but the activator itself can not.

Author:
Christian Sadilek

Method Summary
 boolean isActivated()
           
 

Method Detail

isActivated

boolean isActivated()
Returns:
true if the managed bean is activated, otherwise false.

Errai 3.0.1-SNAPSHOT

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