Interface PagedMediaWriterFactoryMakerService

  • All Known Implementing Classes:
    PagedMediaWriterFactoryMaker

    public interface PagedMediaWriterFactoryMakerService

    Provides an interface for a PagedMediaWriterFactoryMaker service. The purpose of this interface is to expose an implementation of a PagedMediaWriterFactoryMaker as an OSGi service.

    To comply with this interface, an implementation must be thread safe and address both the possibility that only a single instance is created and used throughout and that new instances are created as desired.