1 23 24 28 29 34 35 package com.sun.enterprise.management.support.oldconfig; 36 37 38 43 44 import javax.management.ObjectName ; 45 import javax.management.AttributeList ; 46 47 48 public interface OldMonitoringServiceMBean extends OldProperties 49 { 50 51 public ObjectName createModuleMonitoringLevels( final AttributeList attribute_list ); 53 public boolean destroyConfigElement(); 54 public ObjectName getModuleMonitoringLevels(); 55 56 57 public void removeModuleMonitoringLevels(); 58 59 60 } | Popular Tags |