|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
com.ibm.connector2.sna.lu62.host.Lu62ListenConversationThread
Thread started when waiting to receive messages.
Field Summary | |
---|---|
static java.lang.String |
RECEIVE
|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
Lu62ListenConversationThread()
This constructor creates a Lu62ListenConversationThread object. |
|
Lu62ListenConversationThread(Lu62Conversation aConversation,
java.lang.String name)
This constructor creates a Lu62ListenConversationThread object. |
|
Lu62ListenConversationThread(java.lang.Runnable target)
This constructor creates a Lu62ListenConversationThread object. |
|
Lu62ListenConversationThread(java.lang.Runnable target,
java.lang.String name)
This constructor creates a Lu62ListenConversationThread object. |
|
Lu62ListenConversationThread(java.lang.String name)
This constructor creates a Lu62ListenConversationThread object. |
|
Lu62ListenConversationThread(java.lang.ThreadGroup group,
java.lang.Runnable target)
This constructor creates a Lu62ListenConversationThread object. |
|
Lu62ListenConversationThread(java.lang.ThreadGroup group,
java.lang.Runnable target,
java.lang.String name)
This constructor creates a Lu62ListenConversationThread object. |
|
Lu62ListenConversationThread(java.lang.ThreadGroup group,
java.lang.String name)
This constructor creates a Lu62ListenConversationThread object. |
Method Summary | |
---|---|
void |
run()
Lu62ListenConversationThread body. |
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 |
public static final java.lang.String RECEIVE
Constructor Detail |
public Lu62ListenConversationThread()
public Lu62ListenConversationThread(Lu62Conversation aConversation, java.lang.String name)
aConversation
- com.ibm.connector2.sna.lu62.Lu62Conversationname
- java.lang.Stringpublic Lu62ListenConversationThread(java.lang.Runnable target)
target
- java.lang.Runnablepublic Lu62ListenConversationThread(java.lang.Runnable target, java.lang.String name)
target
- java.lang.Runnablename
- java.lang.Stringpublic Lu62ListenConversationThread(java.lang.String name)
name
- java.lang.Stringpublic Lu62ListenConversationThread(java.lang.ThreadGroup group, java.lang.Runnable target)
group
- java.lang.ThreadGrouptarget
- java.lang.Runnablepublic Lu62ListenConversationThread(java.lang.ThreadGroup group, java.lang.Runnable target, java.lang.String name)
group
- java.lang.ThreadGrouptarget
- java.lang.Runnablename
- java.lang.Stringpublic Lu62ListenConversationThread(java.lang.ThreadGroup group, java.lang.String name)
group
- java.lang.ThreadGroupname
- java.lang.StringMethod Detail |
public void run()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |