1 23 24 26 27 package com.sun.enterprise.management.monitor; 28 29 import java.util.Map ; 30 31 import javax.management.ObjectName ; 32 33 import com.sun.appserv.management.base.XTypes; 34 35 public class ApplicationMonitorImpl 36 extends MonitoringImplBase 37 { 39 public 40 ApplicationMonitorImpl() 41 { 42 super( XTypes.APPLICATION_MONITOR ); 43 } 44 45 } 46 | Popular Tags |