org.ikasan.framework.initiator.messagedriven.jca
Interface MessageListenerContainer

All Known Implementing Classes:
JmsMessageEndpointManager

public interface MessageListenerContainer

Management interface for MessageListenerContainers that shields clients from underlying technical implementation

Author:
Ikasan Development Team

Method Summary
 boolean isRunning()
           
 void setListenerSetupExceptionListener(ListenerSetupFailureListener listenerSetupExceptionListener)
          Allows registration of a listener object that responds to listener setup failures
 void start()
          Start the container
 void stop()
          Stop the container from delivering messages
 

Method Detail

stop

void stop()
Stop the container from delivering messages


start

void start()
Start the container


isRunning

boolean isRunning()
Returns:
whether or not the container is running

setListenerSetupExceptionListener

void setListenerSetupExceptionListener(ListenerSetupFailureListener listenerSetupExceptionListener)
Allows registration of a listener object that responds to listener setup failures

Parameters:
listenerSetupExceptionListener -


Copyright © 2007-2012 Ikasan. All Rights Reserved.