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.ChainBuilder Interface: org.apache.hivemind.lib.chain.ChainBuilder
Constructs an Gang of Four Chain of Command implementation for an interface, and a list of objects implementing that interface. Primarily used by the ChainFactory service implementation factory.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="chain.ChainBuilderImpl" >
      • <set-service property="classFactory" service-id="hivemind.ClassFactory" />
      </construct>
    </invoke-factory>

Module hivemind.lib
Back to master index