com.objectwave.transactionalSupport.test
Class ParallelAction

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--com.objectwave.transactionalSupport.test.ParallelAction
All Implemented Interfaces:
java.lang.Runnable

public class ParallelAction
extends java.lang.Thread

Title: Description: Copyright: Copyright (c) 2001 Company:

Version:
1.0
Author:

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ParallelAction(int id, Session session, boolean fail)
          Constructor for the ParallelAction object
 
Method Summary
 void run()
          Main processing method for the ParallelAction object
 
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

ParallelAction

public ParallelAction(int id,
                      Session session,
                      boolean fail)
Constructor for the ParallelAction object

Parameters:
id -
session -
fail -
Method Detail

run

public void run()
Main processing method for the ParallelAction object

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread