org.apache.hivemind.definition
Interface ImplementationConstructionContext

All Superinterfaces:
ConstructionContext
All Known Implementing Classes:
ImplementationConstructionContextImpl

public interface ImplementationConstructionContext
extends ConstructionContext

Provides access to information and services needed during the construction of an implementation.

Author:
Huegen

Method Summary
 ServicePoint getServicePoint()
           
 
Methods inherited from interface org.apache.hivemind.definition.ConstructionContext
containsService, getConfiguration, getDefiningModule, getRegistry, getService, getService
 

Method Detail

getServicePoint

ServicePoint getServicePoint()
Returns:
the service point that is currently constructed


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