IBM Branch Transformation Toolkit Javadoc

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

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

public class Lu62AcceptConversationThread
extends java.lang.Thread

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

Lu62AcceptConversationThread

public Lu62AcceptConversationThread()
This constructor creates a Lu62AcceptConversationThread object.


Lu62AcceptConversationThread

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

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

Lu62AcceptConversationThread

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

Parameters:
target - java.lang.Runnable

Lu62AcceptConversationThread

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

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

Lu62AcceptConversationThread

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

Parameters:
name - java.lang.String

Lu62AcceptConversationThread

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

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

Lu62AcceptConversationThread

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

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

Lu62AcceptConversationThread

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

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

run

public void run()
Lu62AcceptConversationThread body.


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005