Uses of Interface
org.apache.felix.ipojo.Factory

Packages that use Factory
org.apache.felix.ipojo   
org.apache.felix.ipojo.architecture   
 

Uses of Factory in org.apache.felix.ipojo
 

Classes in org.apache.felix.ipojo that implement Factory
 class ComponentFactory
          The component factory manages component instance objects.
 class HandlerFactory
          The component factory manages component instance objects.
 class IPojoFactory
          This class abstracts iPOJO factories.
 

Methods in org.apache.felix.ipojo with parameters of type Factory
abstract  void Handler.setFactory(Factory factory)
          Set the factory attached to this handler object.
 void PrimitiveHandler.setFactory(Factory factory)
           
 void FactoryStateListener.stateChanged(Factory factory, int newState)
          State change listener.
 void InstanceCreator.stateChanged(Factory factory, int newState)
          Factory state changed method.
 

Uses of Factory in org.apache.felix.ipojo.architecture
 

Constructors in org.apache.felix.ipojo.architecture with parameters of type Factory
ComponentTypeDescription(Factory factory)
          Constructor.