org.jboss.jms.delegate
Interface ConnectionDelegate
- All Superinterfaces:
- Closeable, ConnectionEndpoint
- All Known Implementing Classes:
- ClientConnectionDelegate
public interface ConnectionDelegate
- extends ConnectionEndpoint
Represents the minimal set of operations to provide connection functionality.
Some of the methods may be implemented on the server, others will be handled in the advice stack.
- Version:
- $Revision: 2868 $
$Id: ConnectionDelegate.java 2868 2007-07-10 15:22:16 -0500 (Tue, 10 Jul 2007) timfox $
- Author:
- Ovidiu Feodorov, Tim Fox
getExceptionListener
ExceptionListener getExceptionListener()
throws JMSException
- Throws:
JMSException
setExceptionListener
void setExceptionListener(ExceptionListener listener)
throws JMSException
- Throws:
JMSException
getConnectionMetaData
ConnectionMetaData getConnectionMetaData()
throws JMSException
- Throws:
JMSException
createConnectionConsumer
JBossConnectionConsumer createConnectionConsumer(Destination dest,
java.lang.String subscriptionName,
java.lang.String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
throws JMSException
- Throws:
JMSException
registerFailoverListener
void registerFailoverListener(FailoverListener failoverListener)
unregisterFailoverListener
boolean unregisterFailoverListener(FailoverListener failoverListener)
Copyright © 2006 JBoss Inc. All Rights Reserved.