Package org.apache.axis.transport.jms
Class JMSConnector.SyncConnection
java.lang.Object
java.lang.Thread
org.apache.axis.transport.jms.JMSConnector.SyncConnection
- All Implemented Interfaces:
Runnable
- Enclosing class:
JMSConnector
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected javax.jms.Connection
protected boolean
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract JMSConnector.SyncConnection.SendSession
createSendSession
(javax.jms.Connection connection) ConnectionFactory
protected void
protected void
void
onException
(JMSException exception) protected void
void
run()
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield
-
Field Details
-
m_connection
protected javax.jms.Connection m_connection -
m_isActive
protected boolean m_isActive
-
-
Method Details
-
createSendSession
protected abstract JMSConnector.SyncConnection.SendSession createSendSession(javax.jms.Connection connection) throws JMSException - Throws:
JMSException
-
onConnect
protected void onConnect() throws JMSException- Throws:
JMSException
-
onException
protected void onException() -
onShutdown
protected void onShutdown() -
getConnectionFactory
public ConnectionFactory getConnectionFactory() -
getClientID
-
getUsername
-
getPassword
-
run
public void run() -
onException
public void onException(JMSException exception)
-