Java org.springframework.jms.listener MessageListenerContainer fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jms.listener MessageListenerContainer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jms.listener MessageListenerContainer.

The text is from its open source code.

Method

intgetPhase()
Return the phase that this lifecycle object is supposed to run in.
booleanisAutoStartup()
Returns true if this Lifecycle component should get started automatically by the container at the time that the containing ApplicationContext gets refreshed.
booleanisRunning()
Check whether this component is currently running.
voidsetupMessageListener(Object messageListener)
Setup the message listener to use.
voidstart()
Start this component.
voidstop()
Stop this component, typically in a synchronous fashion, such that the component is fully stopped upon return of this method.
voidstop(Runnable callback)
Indicates that a Lifecycle component must stop if it is currently running.