org.ikasan.framework.module.service
Class ModuleInitialisationServiceImpl

java.lang.Object
  extended by 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

Constructor Summary
ModuleInitialisationServiceImpl(ModuleContainer moduleContainer, UserService userService, InitiatorStartupControlDao initiatorStartupControlDao)
          Constructor
 
Method Summary
 void afterPropertiesSet()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleInitialisationServiceImpl

public ModuleInitialisationServiceImpl(ModuleContainer moduleContainer,
                                       UserService userService,
                                       InitiatorStartupControlDao initiatorStartupControlDao)
Constructor

Parameters:
moduleContainer - - The pre built module container
userService - - The user service
initiatorStartupControlDao - - DAO for supplying InitiatorStartupControl instances
Method Detail

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.