|
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.Lu62AcceptConversationThread
Thread started when waiting for conversation to be accepted.
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
Lu62AcceptConversationThread()
This constructor creates a Lu62AcceptConversationThread object. |
|
Lu62AcceptConversationThread(Lu62Conversation aConversation,
java.lang.String name)
This constructor creates a Lu62AcceptConversationThread object. |
|
Lu62AcceptConversationThread(java.lang.Runnable target)
This constructor creates a Lu62AcceptConversationThread object. |
|
Lu62AcceptConversationThread(java.lang.Runnable target,
java.lang.String name)
This constructor creates a Lu62AcceptConversationThread object. |
|
Lu62AcceptConversationThread(java.lang.String name)
This constructor creates a Lu62AcceptConversationThread object. |
|
Lu62AcceptConversationThread(java.lang.ThreadGroup group,
java.lang.Runnable target)
This constructor creates a Lu62AcceptConversationThread object. |
|
Lu62AcceptConversationThread(java.lang.ThreadGroup group,
java.lang.Runnable target,
java.lang.String name)
This constructor creates a Lu62AcceptConversationThread object. |
|
Lu62AcceptConversationThread(java.lang.ThreadGroup group,
java.lang.String name)
This constructor creates a Lu62AcceptConversationThread object. |
Method Summary | |
---|---|
void |
run()
Lu62AcceptConversationThread 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 |
Constructor Detail |
public Lu62AcceptConversationThread()
public Lu62AcceptConversationThread(Lu62Conversation aConversation, java.lang.String name)
aConversation
- com.ibm.connector2.sna.lu62.host.Lu62Conversationname
- java.lang.Stringpublic Lu62AcceptConversationThread(java.lang.Runnable target)
target
- java.lang.Runnablepublic Lu62AcceptConversationThread(java.lang.Runnable target, java.lang.String name)
target
- java.lang.Runnablename
- java.lang.Stringpublic Lu62AcceptConversationThread(java.lang.String name)
name
- java.lang.Stringpublic Lu62AcceptConversationThread(java.lang.ThreadGroup group, java.lang.Runnable target)
group
- java.lang.ThreadGrouptarget
- java.lang.Runnablepublic Lu62AcceptConversationThread(java.lang.ThreadGroup group, java.lang.Runnable target, java.lang.String name)
group
- java.lang.ThreadGrouptarget
- java.lang.Runnablename
- java.lang.Stringpublic Lu62AcceptConversationThread(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 |