org.apache.hivemind.internal
Class AbstractServiceImplementationConstructor

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.hivemind.internal.AbstractServiceImplementationConstructor
All Implemented Interfaces:
ImplementationConstructor, Locatable, LocationHolder
Direct Known Subclasses:
CreateClassServiceConstructor

public abstract class AbstractServiceImplementationConstructor
extends BaseLocatable
implements ImplementationConstructor

Ancestor for implementations of ImplementationConstructor.

Author:
Achim Huegen

Constructor Summary
AbstractServiceImplementationConstructor(Location location)
           
 
Method Summary
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
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.ImplementationConstructor
constructCoreServiceImplementation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Constructor Detail

AbstractServiceImplementationConstructor

public AbstractServiceImplementationConstructor(Location location)


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