2009/04/15 - Apache HiveMind has been retired.

For more information, please explore the Attic.

Module hivemind.lib
Back to master index

[public] Service Point hivemind.lib.PlaceholderFactory Interface: org.apache.hivemind.ServiceImplementationFactory
A service implementation factory that builds a default implementation of a service. The service implementation is a placeholder that does nothing.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="impl.PlaceholderFactory" >
      • <set-service property="builder" service-id="DefaultImplementationBuilder" />
      </construct>
    </invoke-factory>

Module hivemind.lib
Back to master index