|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.jboss.axis.transport.jms.JMSConnector.Connection
org.jboss.axis.transport.jms.JMSConnector.AsyncConnection
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 |
protected Connection (src) m_connection
protected boolean m_isActive
Constructor Detail |
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 |
protected abstract JMSConnector.AsyncConnection.ListenerSession (src) createListenerSession(Connection (src) connection, Subscription (src) subscription) throws java.lang.Exception
java.lang.Exception
protected void onShutdown()
protected void onConnect() throws java.lang.Exception
java.lang.Exception
protected void onException()
public void run()
run
in interface java.lang.Runnable
public void onException(JMSException (src) exception)
ExceptionListener (src)
onException
in interface ExceptionListener (src)
exception
- the JMS exception
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |