org.jboss.axis.transport.jms
Class JMSConnector.AsyncConnection

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.jboss.axis.transport.jms.JMSConnector.Connection
          extended byorg.jboss.axis.transport.jms.JMSConnector.AsyncConnection
All Implemented Interfaces:
ExceptionListener (src) , java.lang.Runnable
Enclosing class:
JMSConnector (src)

protected abstract class JMSConnector.AsyncConnection
extends org.jboss.axis.transport.jms.JMSConnector.Connection


Nested Class Summary
protected  class JMSConnector.AsyncConnection.ListenerSession (src)
           
 
Field Summary
protected  Connection (src) m_connection
           
protected  boolean m_isActive
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
protected JMSConnector.AsyncConnection(ConnectionFactory (src)  connectionFactory, Connection (src)  connection, java.lang.String threadName, java.lang.String clientID, java.lang.String username, java.lang.String password)
           
 
Method Summary
protected abstract  JMSConnector.AsyncConnection.ListenerSession (src) createListenerSession(Connection (src)  connection, Subscription (src)  subscription)
           
protected  void onConnect()
           
protected  void onException()
           
 void onException(JMSException (src)  exception)
          Notifies user of a JMS exception.
protected  void onShutdown()
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_connection

protected Connection (src)  m_connection

m_isActive

protected boolean m_isActive
Constructor Detail

JMSConnector.AsyncConnection

protected JMSConnector.AsyncConnection(ConnectionFactory (src)  connectionFactory,
                                       Connection (src)  connection,
                                       java.lang.String threadName,
                                       java.lang.String clientID,
                                       java.lang.String username,
                                       java.lang.String password)
                                throws JMSException (src) 
Method Detail

createListenerSession

protected abstract JMSConnector.AsyncConnection.ListenerSession (src)  createListenerSession(Connection (src)  connection,
                                                                                      Subscription (src)  subscription)
                                                                               throws java.lang.Exception
Throws:
java.lang.Exception

onShutdown

protected void onShutdown()

onConnect

protected void onConnect()
                  throws java.lang.Exception
Throws:
java.lang.Exception

onException

protected void onException()

run

public void run()
Specified by:
run in interface java.lang.Runnable

onException

public void onException(JMSException (src)  exception)
Description copied from interface: ExceptionListener (src)
Notifies user of a JMS exception.

Specified by:
onException in interface ExceptionListener (src)
Parameters:
exception - the JMS exception