org.springframework.integration.history
Class MessageHistoryConfigurer
java.lang.Object
org.springframework.integration.history.MessageHistoryConfigurer
- All Implemented Interfaces:
- BeanFactoryAware, Lifecycle, Phased, SmartLifecycle
public class MessageHistoryConfigurer
- extends Object
- implements SmartLifecycle, BeanFactoryAware
- Since:
- 2.0
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageHistoryConfigurer
public MessageHistoryConfigurer()
setComponentNamePatterns
public void setComponentNamePatterns(String[] componentNamePatterns)
setBeanFactory
public void setBeanFactory(BeanFactory beanFactory)
throws BeansException
- Specified by:
setBeanFactory
in interface BeanFactoryAware
- Throws:
BeansException
isRunning
public boolean isRunning()
- Specified by:
isRunning
in interface Lifecycle
isAutoStartup
public boolean isAutoStartup()
- Specified by:
isAutoStartup
in interface SmartLifecycle
getPhase
public int getPhase()
- Specified by:
getPhase
in interface Phased
start
public void start()
- Specified by:
start
in interface Lifecycle
stop
public void stop()
- Specified by:
stop
in interface Lifecycle
stop
public void stop(Runnable callback)
- Specified by:
stop
in interface SmartLifecycle
Copyright © 2010. All Rights Reserved.