Class ServiceFactoryComponentManager<S>

  • All Implemented Interfaces:
    ComponentManager<S>, org.osgi.framework.ServiceFactory<S>
    Direct Known Subclasses:
    PrototypeServiceFactoryComponentManager

    public class ServiceFactoryComponentManager<S>
    extends SingleComponentManager<S>
    The ServiceFactoryComponentManager for components specified with <service serviceFactory='true'/> in the xml metadata. The component must be delayed, not immediate or factory.