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: 3248 $
$Id: ConnectionDelegate.java 3248 2007-10-26 20:14:06Z timfox $
- Author:
- Ovidiu Feodorov, Tim Fox
getExceptionListener
javax.jms.ExceptionListener getExceptionListener()
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
setExceptionListener
void setExceptionListener(javax.jms.ExceptionListener listener)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
getConnectionMetaData
javax.jms.ConnectionMetaData getConnectionMetaData()
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
createConnectionConsumer
JBossConnectionConsumer createConnectionConsumer(javax.jms.Destination dest,
java.lang.String subscriptionName,
java.lang.String messageSelector,
javax.jms.ServerSessionPool sessionPool,
int maxMessages)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
registerFailoverListener
void registerFailoverListener(FailoverListener failoverListener)
unregisterFailoverListener
boolean unregisterFailoverListener(FailoverListener failoverListener)
startAfterFailover
void startAfterFailover()
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
Copyright © 2006 JBoss Inc. All Rights Reserved.