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