1 16 package org.mortbay.http.jmx; 17 18 import javax.management.MBeanException ; 19 20 21 26 public class SocketListenerMBean extends HttpListenerMBean 27 { 28 29 32 public SocketListenerMBean() 33 throws MBeanException  34 { 35 super(); 36 } 37 38 39 protected void defineManagedResource() 40 { 41 super.defineManagedResource(); 42 defineAttribute("lowResources"); 43 defineAttribute("lowResourcePersistTimeMs"); 44 defineAttribute("identifyListener"); 45 } 46 } 47 | Popular Tags |