public class SimonConfigurationBean extends java.lang.Object implements org.springframework.beans.factory.InitializingBean
ManagerConfiguration facility.| Constructor and Description |
|---|
SimonConfigurationBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Manager |
getSimonManager() |
void |
setConfiguration(java.lang.String configurationPath)
Loads configuration for the manager from the specified resource path.
|
void |
setNewManager()
Creates new
SwitchingManager instead of using SimonManager.manager(). |
void |
setSimonManager(Manager simonManager) |
public SimonConfigurationBean()
public Manager getSimonManager()
public void setSimonManager(Manager simonManager)
public void setNewManager()
SwitchingManager instead of using SimonManager.manager().public void setConfiguration(java.lang.String configurationPath) throws java.io.IOException
configurationPath - resource path to the configuration XMLjava.io.IOException - thrown if the resource is not found or the configuration XML is not well formedpublic void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.ExceptionCopyright © 2019. All Rights Reserved.