use of com.sun.appserv.management.config.MonitoringServiceConfig in project Payara by payara.
the class ModuleMonitoringLevelsConfigTest method testCreateRemove.
public void testCreateRemove() {
ModuleMonitoringLevelsConfig existing = getModuleMonitoringLevelsConfig();
final MonitoringServiceConfig mon = getConfigConfig().getMonitoringServiceConfig();
mon.removeModuleMonitoringLevelsConfig();
final ModuleMonitoringLevelsConfig newMM = mon.createModuleMonitoringLevelsConfig(null);
}
Aggregations