|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--com.ibm.dse.services.comms.Lu62ConfirmConversationThread
Thread started when waiting for conversation to be confirm.
Field Summary | |
static java.lang.String |
COMPID
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY,
MIN_PRIORITY,
NORM_PRIORITY |
Constructor Summary | |
Lu62ConfirmConversationThread()
This constructor creates a Lu62ConfirmConversationThread object. |
|
Lu62ConfirmConversationThread(Lu62Conversation aConversation,
java.lang.String name)
This constructor creates a Lu62ConfirmConversationThread object. |
|
Lu62ConfirmConversationThread(java.lang.Runnable target)
This constructor creates a Lu62ConfirmConversationThread object. |
|
Lu62ConfirmConversationThread(java.lang.Runnable target,
java.lang.String name)
This constructor creates a Lu62ConfirmConversationThread object. |
|
Lu62ConfirmConversationThread(java.lang.String name)
This constructor creates a Lu62ConfirmConversationThread object. |
|
Lu62ConfirmConversationThread(java.lang.ThreadGroup group,
java.lang.Runnable target)
This constructor creates a Lu62ConfirmConversationThread object. |
|
Lu62ConfirmConversationThread(java.lang.ThreadGroup group,
java.lang.Runnable target,
java.lang.String name)
This constructor creates a Lu62ConfirmConversationThread object. |
|
Lu62ConfirmConversationThread(java.lang.ThreadGroup group,
java.lang.String name)
This constructor creates a Lu62ConfirmConversationThread object. |
Method Summary | |
void |
run()
Lu62ConfirmConversationThread body. |
Methods inherited from class java.lang.Thread |
activeCount,
checkAccess,
countStackFrames,
currentThread,
destroy,
dumpStack,
enumerate,
getContextClassLoader,
getName,
getPriority,
getThreadGroup,
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 COMPID
Constructor Detail |
public Lu62ConfirmConversationThread()
public Lu62ConfirmConversationThread(Lu62Conversation aConversation, java.lang.String name)
aConversation
- com.ibm.dse.services.comms.Lu62Conversationname
- java.lang.Stringpublic Lu62ConfirmConversationThread(java.lang.Runnable target)
target
- java.lang.Runnablepublic Lu62ConfirmConversationThread(java.lang.Runnable target, java.lang.String name)
target
- java.lang.Runnablename
- java.lang.Stringpublic Lu62ConfirmConversationThread(java.lang.String name)
name
- java.lang.Stringpublic Lu62ConfirmConversationThread(java.lang.ThreadGroup group, java.lang.Runnable target)
group
- java.lang.ThreadGrouptarget
- java.lang.Runnablepublic Lu62ConfirmConversationThread(java.lang.ThreadGroup group, java.lang.Runnable target, java.lang.String name)
group
- java.lang.ThreadGrouptarget
- java.lang.Runnablename
- java.lang.Stringpublic Lu62ConfirmConversationThread(java.lang.ThreadGroup group, java.lang.String name)
group
- java.lang.ThreadGroupname
- java.lang.StringMethod Detail |
public void run()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |