org.springframework.integration.history
Class MessageHistoryConfigurer

java.lang.Object
  extended by org.springframework.integration.history.MessageHistoryConfigurer
All Implemented Interfaces:
BeanFactoryAware, Lifecycle, Phased, SmartLifecycle

public class MessageHistoryConfigurer
extends java.lang.Object
implements SmartLifecycle, BeanFactoryAware

Since:
2.0

Constructor Summary
MessageHistoryConfigurer()
           
 
Method Summary
 int getPhase()
           
 boolean isAutoStartup()
           
 boolean isRunning()
           
 void setBeanFactory(BeanFactory beanFactory)
           
 void setComponentNamePatterns(java.lang.String[] componentNamePatterns)
           
 void start()
           
 void stop()
           
 void stop(java.lang.Runnable callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageHistoryConfigurer

public MessageHistoryConfigurer()
Method Detail

setComponentNamePatterns

public void setComponentNamePatterns(java.lang.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(java.lang.Runnable callback)
Specified by:
stop in interface SmartLifecycle