|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.history.MessageHistoryConfigurer
public class MessageHistoryConfigurer
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 |
---|
public MessageHistoryConfigurer()
Method Detail |
---|
public void setComponentNamePatterns(java.lang.String[] componentNamePatterns)
public void setBeanFactory(BeanFactory beanFactory) throws BeansException
setBeanFactory
in interface BeanFactoryAware
BeansException
public boolean isRunning()
isRunning
in interface Lifecycle
public boolean isAutoStartup()
isAutoStartup
in interface SmartLifecycle
public int getPhase()
getPhase
in interface Phased
public void start()
start
in interface Lifecycle
public void stop()
stop
in interface Lifecycle
public void stop(java.lang.Runnable callback)
stop
in interface SmartLifecycle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |