IBM Branch Transformation Toolkit Javadoc

com.ibm.connector2.sna.lu62.host
Class Lu62ConfirmConversationThread

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.ibm.connector2.sna.lu62.host.Lu62ConfirmConversationThread
All Implemented Interfaces:
java.lang.Runnable

public class Lu62ConfirmConversationThread
extends java.lang.Thread

Thread started when waiting for conversation to be confirmed.


Field Summary
 
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, 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

Lu62ConfirmConversationThread

public Lu62ConfirmConversationThread()
This constructor creates a Lu62ConfirmConversationThread object.


Lu62ConfirmConversationThread

public Lu62ConfirmConversationThread(Lu62Conversation aConversation,
                                     java.lang.String name)
This constructor creates a Lu62ConfirmConversationThread object.

Parameters:
aConversation - com.ibm.connector2.sna.lu62.host.Lu62Conversation
name - java.lang.String

Lu62ConfirmConversationThread

public Lu62ConfirmConversationThread(java.lang.Runnable target)
This constructor creates a Lu62ConfirmConversationThread object.

Parameters:
target - java.lang.Runnable

Lu62ConfirmConversationThread

public Lu62ConfirmConversationThread(java.lang.Runnable target,
                                     java.lang.String name)
This constructor creates a Lu62ConfirmConversationThread object.

Parameters:
target - java.lang.Runnable
name - java.lang.String

Lu62ConfirmConversationThread

public Lu62ConfirmConversationThread(java.lang.String name)
This constructor creates a Lu62ConfirmConversationThread object.

Parameters:
name - java.lang.String

Lu62ConfirmConversationThread

public Lu62ConfirmConversationThread(java.lang.ThreadGroup group,
                                     java.lang.Runnable target)
This constructor creates a Lu62ConfirmConversationThread object.

Parameters:
group - java.lang.ThreadGroup
target - java.lang.Runnable

Lu62ConfirmConversationThread

public Lu62ConfirmConversationThread(java.lang.ThreadGroup group,
                                     java.lang.Runnable target,
                                     java.lang.String name)
This constructor creates a Lu62ConfirmConversationThread object.

Parameters:
group - java.lang.ThreadGroup
target - java.lang.Runnable
name - java.lang.String

Lu62ConfirmConversationThread

public Lu62ConfirmConversationThread(java.lang.ThreadGroup group,
                                     java.lang.String name)
This constructor creates a Lu62ConfirmConversationThread object.

Parameters:
group - java.lang.ThreadGroup
name - java.lang.String
Method Detail

run

public void run()
Lu62ConfirmConversationThread body.


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005