org.apache.hivemind.internal
Class ImplementationConstructionContextImpl

java.lang.Object
  extended by org.apache.hivemind.internal.AbstractConstructionContext
      extended by org.apache.hivemind.internal.ImplementationConstructionContextImpl
All Implemented Interfaces:
ConstructionContext, ImplementationConstructionContext

public class ImplementationConstructionContextImpl
extends AbstractConstructionContext
implements ImplementationConstructionContext

Implementation of ImplementationConstructionContext.

Author:
Achim Huegen

Constructor Summary
ImplementationConstructionContextImpl(Module definingModule, ServicePoint servicePoint)
           
 
Method Summary
 ServicePoint getServicePoint()
           
 
Methods inherited from class org.apache.hivemind.internal.AbstractConstructionContext
containsService, getConfiguration, getDefiningModule, getRegistry, getService, getService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hivemind.definition.ConstructionContext
containsService, getConfiguration, getDefiningModule, getRegistry, getService, getService
 

Constructor Detail

ImplementationConstructionContextImpl

public ImplementationConstructionContextImpl(Module definingModule,
                                             ServicePoint servicePoint)
Method Detail

getServicePoint

public ServicePoint getServicePoint()
Specified by:
getServicePoint in interface ImplementationConstructionContext
Returns:
the service point that is currently constructed


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.