org.apache.hivemind.service.impl
Class BuilderFactoryLogic

java.lang.Object
  extended by 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(ServiceImplementationFactoryParameters factoryParameters, 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(ServiceImplementationFactoryParameters factoryParameters,
                           BuilderParameter parameter)
Method Detail

createService

public java.lang.Object createService()