1 17 18 package org.apache.catalina.mbeans; 19 20 21 import javax.management.MBeanException ; 22 import javax.management.MBeanServer ; 23 import javax.management.RuntimeOperationsException ; 24 25 import org.apache.tomcat.util.modeler.BaseModelMBean; 26 27 28 35 36 public class StandardEngineMBean extends BaseModelMBean { 37 38 41 private static MBeanServer mserver = MBeanUtils.createServer(); 42 43 45 46 55 public StandardEngineMBean() 56 throws MBeanException , RuntimeOperationsException { 57 58 super(); 59 60 } 61 62 63 65 66 67 69 70 } 71 | Popular Tags |