org.apache.felix.scr.impl.manager
Class AbstractComponentManager.Active

java.lang.Object
  extended by org.apache.felix.scr.impl.manager.AbstractComponentManager.State
      extended by org.apache.felix.scr.impl.manager.AbstractComponentManager.Satisfied
          extended by org.apache.felix.scr.impl.manager.AbstractComponentManager.Active
Enclosing class:
AbstractComponentManager

protected static final class AbstractComponentManager.Active
extends AbstractComponentManager.Satisfied

The Active state is the satisified state of an immediate component after activation. Dealyed and service factory components switch to this state from the AbstractComponentManager.Registered state once the service object has (first) been requested.


Method Summary
 
Methods inherited from class org.apache.felix.scr.impl.manager.AbstractComponentManager.State
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.