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: 543 $
$Id: ConnectionDelegate.java 543 2005-12-27 22:00:46Z ovidiu $
- Author:
- Ovidiu Feodorov, Tim Fox
getExceptionListener
public ExceptionListener getExceptionListener()
throws JMSException
- Throws:
JMSException
setExceptionListener
public void setExceptionListener(ExceptionListener listener)
throws JMSException
- Throws:
JMSException
getConnectionMetaData
public ConnectionMetaData getConnectionMetaData()
throws JMSException
- Throws:
JMSException
createConnectionConsumer
public JBossConnectionConsumer createConnectionConsumer(Destination dest,
java.lang.String subscriptionName,
java.lang.String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
throws JMSException
- Throws:
JMSException
Copyright © 2006 JBoss Inc. All Rights Reserved.