org.hippoecm.hst.addon.module
Interface ModuleInstance
- All Known Implementing Classes:
- ModuleInstanceImpl
public interface ModuleInstance
getName
String getName()
getFullName
String getFullName()
initialize
void initialize()
start
void start()
stop
void stop()
close
void close()
getComponent
<T> T getComponent(String name)
getComponentsOfType
<T> Map<String,T> getComponentsOfType(Class<T> requiredType)
getModuleInstance
ModuleInstance getModuleInstance(String name)
getModuleInstances
List<ModuleInstance> getModuleInstances()
Copyright © 2008-2012 Hippo. All Rights Reserved.