TaskBean API
0.5

glogic.jthin.app
Class WorkerTxMgr

java.lang.Object
  extended byglogic.jthin.app.WorkerTxMgr

public class WorkerTxMgr
extends java.lang.Object

Tracks all threads used to comuunicate with the host server.

Author:
Sam Taha

Method Summary
 java.util.List getCompletedList()
           
static WorkerTxMgr getInstance()
           
static JThinWorker getJThinWorkerTL()
           
 java.util.List getStartList()
           
 java.util.List getStoppedList()
           
 void stoppedWorkerThread(long id)
          Called externally by stop action
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static WorkerTxMgr getInstance()

getStartList

public java.util.List getStartList()

getStoppedList

public java.util.List getStoppedList()

getCompletedList

public java.util.List getCompletedList()

stoppedWorkerThread

public void stoppedWorkerThread(long id)
Called externally by stop action


getJThinWorkerTL

public static JThinWorker getJThinWorkerTL()

TaskBean API
0.5

Copyright © Grand Logic, Inc. All Rights Reserved.