com.ibm.redback.threadpool
Class RBTPControl

java.lang.Object
  |
  +--com.ibm.redback.threadpool.RBTPControl

public class RBTPControl
extends java.lang.Object


Method Summary
protected  int getCurrentQueue(java.lang.String accName)
           
static RBTPControl getInstance()
           
static RBThreadPool getInstance(java.lang.String accName)
           
protected  java.util.Hashtable getRbThreadPools()
           
static void removeInstance(java.lang.String accName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

removeInstance

public static void removeInstance(java.lang.String accName)

getInstance

public static RBThreadPool getInstance(java.lang.String accName)

getRbThreadPools

protected java.util.Hashtable getRbThreadPools()

getCurrentQueue

protected int getCurrentQueue(java.lang.String accName)

getInstance

public static RBTPControl getInstance()