org.apache.hivemind.service.impl
Class BuilderFactoryLogic

java.lang.Object
  |
  +--org.apache.hivemind.service.impl.BuilderFactoryLogic

public class BuilderFactoryLogic
extends java.lang.Object

Created by BuilderFactory for each service to be created; encapsulates all the direct and indirect parameters used to construct a service.

Author:
Howard Lewis Ship

Constructor Summary
BuilderFactoryLogic(Module contributingModule, org.apache.commons.logging.Log log, java.lang.String serviceId, BuilderParameter parameter)
           
 
Method Summary
 java.lang.Object createService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuilderFactoryLogic

public BuilderFactoryLogic(Module contributingModule,
                           org.apache.commons.logging.Log log,
                           java.lang.String serviceId,
                           BuilderParameter parameter)
Method Detail

createService

public java.lang.Object createService()