org.apache.hivemind.definition
Interface ImplementationConstructor

All Superinterfaces:
Locatable
All Known Implementing Classes:
AbstractServiceImplementationConstructor, CreateClassServiceConstructor

public interface ImplementationConstructor
extends Locatable

Creates the core service instance of a service point

Author:
Achim Huegen

Method Summary
 java.lang.Object constructCoreServiceImplementation(ImplementationConstructionContext context)
          Creates a new core service implementation.
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Method Detail

constructCoreServiceImplementation

java.lang.Object constructCoreServiceImplementation(ImplementationConstructionContext context)
Creates a new core service implementation. Can be called multiple times for service models like pooled or threaded.

Parameters:
context - the context of the construction


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