org.apache.hivemind.annotations.internal
Interface ModuleInstanceProvider

All Superinterfaces:
java.util.EventListener, org.apache.hivemind.events.RegistryInitializationListener
All Known Implementing Classes:
ModuleInstanceProviderImpl

public interface ModuleInstanceProvider
extends org.apache.hivemind.events.RegistryInitializationListener

Reponsible for the creation of the single instance of an annotated module class. Provides the module instance with a reference to the RegistryInfrastructure.

Author:
Achim Huegen

Method Summary
 java.lang.Object getModuleInstance()
           
 
Methods inherited from interface org.apache.hivemind.events.RegistryInitializationListener
registryInitialized
 

Method Detail

getModuleInstance

java.lang.Object getModuleInstance()
Returns:
the module instance


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