Apache CXF API

org.apache.cxf.transport.jms.util
Interface JMSListenerContainer

All Known Implementing Classes:
AbstractMessageListenerContainer, MessageListenerContainer, PollingMessageListenerContainer

public interface JMSListenerContainer


Method Summary
 boolean isRunning()
           
 void shutdown()
           
 void start()
           
 void stop()
           
 

Method Detail

isRunning

boolean isRunning()

stop

void stop()

start

void start()

shutdown

void shutdown()

Apache CXF API

Apache CXF