org.jboss.axis.transport.jms
Class JMSConnector.AsyncConnection
java.lang.Object
java.lang.Thread
org.jboss.axis.transport.jms.JMSConnector.AsyncConnection
- All Implemented Interfaces:
- Runnable, javax.jms.ExceptionListener
- Enclosing class:
- JMSConnector
protected abstract class JMSConnector.AsyncConnection
- extends Thread
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
JMSConnector.AsyncConnection
protected JMSConnector.AsyncConnection(javax.jms.ConnectionFactory connectionFactory,
javax.jms.Connection connection,
String threadName,
String clientID,
String username,
String password)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
createListenerSession
protected abstract JMSConnector.AsyncConnection.ListenerSession createListenerSession(javax.jms.Connection connection,
Subscription subscription)
throws Exception
- Throws:
Exception
onShutdown
protected void onShutdown()
onConnect
protected void onConnect()
throws Exception
- Throws:
Exception
onException
protected void onException()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.