org.apache.axis.transport.jms

Class JMSConnector.AsyncConnection

protected abstract class JMSConnector.AsyncConnection extends JMSConnector.Connection

Nested Class Summary
protected classJMSConnector.AsyncConnection.ListenerSession
Constructor Summary
protected AsyncConnection(ConnectionFactory connectionFactory, Connection connection, String threadName, String clientID, String username, String password)
Method Summary
protected abstract JMSConnector.AsyncConnection.ListenerSessioncreateListenerSession(Connection connection, Subscription subscription)
protected voidonConnect()
protected voidonException()
protected voidonShutdown()

Constructor Detail

AsyncConnection

protected AsyncConnection(ConnectionFactory connectionFactory, Connection connection, String threadName, String clientID, String username, String password)

Method Detail

createListenerSession

protected abstract JMSConnector.AsyncConnection.ListenerSession createListenerSession(Connection connection, Subscription subscription)

onConnect

protected void onConnect()

onException

protected void onException()

onShutdown

protected void onShutdown()
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.