org.ikasan.framework.module.service
Class ModuleInitialisationServiceImpl
java.lang.Object
org.ikasan.framework.module.service.ModuleInitialisationServiceImpl
- All Implemented Interfaces:
- ModuleInitialisationService, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
public class ModuleInitialisationServiceImpl
- extends Object
- implements ModuleInitialisationService, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
Module Initialisation Service default implementation
- Author:
- Ikasan Development Team
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleInitialisationServiceImpl
public ModuleInitialisationServiceImpl(ModuleContainer moduleContainer,
UserService userService,
InitiatorStartupControlDao initiatorStartupControlDao)
- Constructor
- Parameters:
moduleContainer - - The pre built module containeruserService - - The user serviceinitiatorStartupControlDao - - DAO for supplying InitiatorStartupControl instances
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
Copyright © 2007-2012 Ikasan. All Rights Reserved.