Uses of Interface
com.sun.enterprise.config.serverbeans.MonitoringService
-
Packages that use MonitoringService Package Description com.sun.enterprise.config.serverbeans org.glassfish.flashlight -
-
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 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. -
Uses of MonitoringService in org.glassfish.flashlight
Methods in org.glassfish.flashlight with parameters of type MonitoringService Modifier and Type Method Description static voidFlashlightUtils. initialize(org.glassfish.hk2.api.ServiceLocator h, MonitoringService mc)
-