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
 

Subinterfaces of Factory in org.apache.felix.ipojo
 interface HandlerFactory
          Service interface published by handler factory.
 

Classes in org.apache.felix.ipojo that implement Factory
 class ComponentFactory
          The component factory manages component instance objects.
 class HandlerManagerFactory
          Implementation of the handler factory interface.
 class IPojoFactory
          This class defines common mechanisms of iPOJO component factories (i.e.
 

Methods in org.apache.felix.ipojo with parameters of type Factory
abstract  void Handler.setFactory(Factory factory)
          Sets the factory attached to this handler object.
 void PrimitiveHandler.setFactory(Factory factory)
          Sets the factory of the managed instance.
 void FactoryStateListener.stateChanged(Factory factory, int newState)
          Notification listener.
 void InstanceCreator.stateChanged(Factory factory, int newState)
          This method is called when the state of a factory changes.
 

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.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.