public interface IListenerConnector<M>
Modifier and Type | Interface and Description |
---|---|
static class |
IListenerConnector.CacheMode |
Modifier and Type | Field and Description |
---|---|
static String |
THREAD_CONTEXT_SESSION_KEY |
Modifier and Type | Method and Description |
---|---|
void |
configureEndpointConnection(IPortConnectedListener<M> listener,
javax.jms.ConnectionFactory connectionFactory,
CredentialFactory credentialFactory,
javax.jms.Destination destination,
IbisExceptionListener exceptionListener,
IListenerConnector.CacheMode cacheMode,
int acknowledgeMode,
boolean sessionTransacted,
String selector,
long receiveTimeout,
long pollGuardInterval) |
void |
start()
Start Listener-port to which the Listener is connected.
|
void |
stop()
Stop Listener-port to which the Listener is connected.
|
static final String THREAD_CONTEXT_SESSION_KEY
void configureEndpointConnection(IPortConnectedListener<M> listener, javax.jms.ConnectionFactory connectionFactory, CredentialFactory credentialFactory, javax.jms.Destination destination, IbisExceptionListener exceptionListener, IListenerConnector.CacheMode cacheMode, int acknowledgeMode, boolean sessionTransacted, String selector, long receiveTimeout, long pollGuardInterval) throws ConfigurationException
ConfigurationException
void start() throws ListenerException
ListenerException
void stop() throws ListenerException
ListenerException
Copyright © 2023 Frank!Framework. All rights reserved.