1 16 package org.mortbay.http.jmx; 17 18 import javax.management.MBeanException ; 19 20 import org.mortbay.util.jmx.LifeCycleMBean; 21 22 23 28 public class HttpHandlerMBean extends LifeCycleMBean 29 { 30 31 34 public HttpHandlerMBean() 35 throws MBeanException  36 {} 37 38 39 protected void defineManagedResource() 40 { 41 super.defineManagedResource(); 42 defineAttribute("name"); 43 } 44 } 45 | Popular Tags |