1 2 3 27 28 package org.apache.tomcat.util.threads; 29 30 import java.util.*; 31 import com.sun.org.apache.commons.logging.Log; 32 import com.sun.org.apache.commons.logging.LogFactory; 33 34 43 public class ThreadPoolMX extends ThreadPool { 44 static Log log = LogFactory.getLog(ThreadPoolMX.class); 45 protected String domain; 47 protected String name; 49 public ThreadPoolMX() { 50 super(); 51 } 52 53 } 54 | Popular Tags |