public class KSBConfigurer extends ModuleConfigurer implements org.springframework.context.event.SmartApplicationListener
LOG| Constructor and Description |
|---|
KSBConfigurer() |
addToConfig, afterPropertiesSet, createResourceLoader, destroy, doAdditonalConfigurerValidations, getAdditionalSpringFiles, getCurrentContextConfigurers, getDefaultConfigPackagePath, getDefaultSpringBeansPath, getModuleName, getProperties, getRunMode, getServletContext, getValidRunModes, getWebModuleConfiguration, initializeResourceLoaders, isExposeServicesOnBus, parseFileList, setModuleName, setProperties, setServletContext, setValidRunModes, start, stop, validateConfigurerStateisStarted, setStartedpublic KSBConfigurer()
public void addAdditonalToConfig()
addAdditonalToConfig in class ModuleConfigurerpublic List<String> getPrimarySpringFiles()
getPrimarySpringFiles in interface ConfigurergetPrimarySpringFiles in class ModuleConfigurerpublic boolean hasWebInterface()
hasWebInterface in class ModuleConfigurerpublic boolean shouldRenderWebInterface()
shouldRenderWebInterface in class ModuleConfigurerprotected WebModuleConfiguration loadWebModule()
loadWebModule in class ModuleConfigurerpublic Collection<ResourceLoader> getResourceLoadersToRegister() throws Exception
getResourceLoadersToRegister in class ModuleConfigurerExceptionpublic List<Lifecycle> loadLifecycles() throws Exception
loadLifecycles in interface ConfigurerloadLifecycles in class ModuleConfigurerExceptionprotected void validateServices(List<ServiceDefinition> services)
public void onApplicationEvent(org.springframework.context.ApplicationEvent applicationEvent)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>protected void doAdditionalContextStartedLogic()
protected void doAdditionalContextStoppedLogic()
public boolean supportsEventType(Class<? extends org.springframework.context.ApplicationEvent> aClass)
supportsEventType in interface org.springframework.context.event.SmartApplicationListenerpublic boolean supportsSourceType(Class<?> aClass)
supportsSourceType in interface org.springframework.context.event.SmartApplicationListenerpublic int getOrder()
getOrder in interface org.springframework.core.Orderedprotected void doAdditionalModuleStartLogic() throws Exception
doAdditionalModuleStartLogic in class ModuleConfigurerExceptionprotected void doAdditionalModuleStopLogic() throws Exception
doAdditionalModuleStopLogic in class ModuleConfigurerExceptionprotected boolean isMessagePersistenceEnabled()
protected boolean isBamEnabled()
protected void configureScheduler()
protected void configureDataSource()
protected void configurePlatformTransactionManager()
protected void configureAlternateEndpoints()
protected void cleanUpConfiguration()
public List<ServiceDefinition> getServices()
public void setServices(List<ServiceDefinition> javaServices)
public DataSource getMessageDataSource()
public void setMessageDataSource(DataSource messageDataSource)
public DataSource getNonTransactionalMessageDataSource()
public void setNonTransactionalMessageDataSource(DataSource nonTransactionalMessageDataSource)
public DataSource getRegistryDataSource()
public void setRegistryDataSource(DataSource registryDataSource)
public DataSource getBamDataSource()
public void setBamDataSource(DataSource bamDataSource)
public org.quartz.Scheduler getExceptionMessagingScheduler()
public void setExceptionMessagingScheduler(org.quartz.Scheduler exceptionMessagingScheduler)
public org.springframework.transaction.PlatformTransactionManager getPlatformTransactionManager()
public void setPlatformTransactionManager(org.springframework.transaction.PlatformTransactionManager springTransactionManager)
public List<AlternateEndpointLocation> getAlternateEndpointLocations()
public void setAlternateEndpointLocations(List<AlternateEndpointLocation> alternateEndpointLocations)
public List<AlternateEndpoint> getAlternateEndpoints()
public void setAlternateEndpoints(List<AlternateEndpoint> alternateEndpoints)
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.