Package nl.nn.adapterframework.core
Interface IPortConnectedListener<M>
-
- All Superinterfaces:
org.springframework.context.ApplicationContextAware
,org.springframework.beans.factory.Aware
,IConfigurable
,IConfigurationAware
,IListener<M>
,INamedObject
,IPushingListener<M>
,IScopeProvider
- All Known Implementing Classes:
JmsListener
,PushingJmsListener
public interface IPortConnectedListener<M> extends IPushingListener<M>
Interface extending IPushingListener for listeners which connect to a ListenerPort or other type of named endpoint, from which they receive their messages. Current implementations are PushingJmsListener and the EJB version of IfsaProviderListener.- Author:
- Tim van der Leeuw
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
checkTransactionManagerValidity()
IbisExceptionListener
getExceptionListener()
IMessageHandler<M>
getHandler()
IListenerConnector<M>
getListenerPortConnector()
Receiver<M>
getReceiver()
void
setReceiver(Receiver<M> receiver)
-
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
-
Methods inherited from interface nl.nn.adapterframework.core.IConfigurationAware
getApplicationContext, getName
-
Methods inherited from interface nl.nn.adapterframework.core.IListener
afterMessageProcessed, close, configure, extractMessage, open
-
Methods inherited from interface nl.nn.adapterframework.core.INamedObject
getName, setName
-
Methods inherited from interface nl.nn.adapterframework.core.IPushingListener
setExceptionListener, setHandler, wrapRawMessage
-
Methods inherited from interface nl.nn.adapterframework.core.IScopeProvider
getConfigurationClassLoader
-
-
-
-
Method Detail
-
getExceptionListener
IbisExceptionListener getExceptionListener()
-
getHandler
IMessageHandler<M> getHandler()
-
getListenerPortConnector
IListenerConnector<M> getListenerPortConnector()
-
checkTransactionManagerValidity
default void checkTransactionManagerValidity()
-
-