Uses of Interface
com.sun.enterprise.config.serverbeans.MonitoringService
-
Packages that use MonitoringService Package Description com.sun.enterprise.config.serverbeans -
-
Uses of MonitoringService in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return MonitoringService Modifier and Type Method Description @NotNull MonitoringServiceConfig. getMonitoringService()Gets the value of the monitoringService property.Methods in com.sun.enterprise.config.serverbeans with parameters of type MonitoringService Modifier and Type Method Description static org.glassfish.api.monitoring.ContainerMonitoringMonitoringService.Duck. getContainerMonitoring(MonitoringService ms, String name)static StringMonitoringService.Duck. getMonitoringLevel(MonitoringService ms, String name)static booleanMonitoringService.Duck. isAnyModuleOn(MonitoringService ms)static booleanMonitoringService.Duck. setMonitoringLevel(MonitoringService ms, String name, String level)voidConfig. setMonitoringService(MonitoringService value)Sets the value of the monitoringService property.
-