Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.hivemind.lib.chain

Interface Summary
ChainBuilder Service interface for hivemind.lib.ChainBuilder, a service which can assemble an implementation based on a command interface, and an ordered list of objects implementing that interface (the "commands").
ChainInterface Used to test ChainBuilderImpl.
 

Class Summary
ChainBuilderImpl Gang of Four Chain of Commands Pattern.
ChainCommand  
ChainContribution A contribution used with ChainFactory.
ChainFactory Builds a service implementation using ChainBuilder.
TestChainBuilder Tests for ChainBuilderImpl and ChainFactory.