FileDocCategorySizeDatePackage
ThreadPoolMX.javaAPI DocGlassfish v2 API2672Fri May 04 22:33:18 BST 2007org.apache.tomcat.util.threads

ThreadPoolMX

public class ThreadPoolMX extends ThreadPool
Manageable thread pool.
author
Costin Manolache
deprecated
This was an attempt to introduce a JMX dependency. A better solution was the ThreadPoolListener - which is more powerfull and provides the same features. The class is here for backward compatibility, all the methods are in super().

Fields Summary
protected String
domain
protected String
name
Constructors Summary
public ThreadPoolMX()

        super();
    
Methods Summary