Uses of Interface
org.glassfish.api.monitoring.ContainerMonitoring
-
Packages that use ContainerMonitoring Package Description com.sun.enterprise.config.serverbeans -
-
Uses of ContainerMonitoring in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return ContainerMonitoring Modifier and Type Method Description static ContainerMonitoringMonitoringService.Duck. getContainerMonitoring(MonitoringService ms, String name)ContainerMonitoringMonitoringService. getContainerMonitoring(String name)Return the monitoring configuration for a container by the provided name, assuming the named container used the default ContainerMonitoring to express its monitoring configuration.Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type ContainerMonitoring Modifier and Type Method Description List<ContainerMonitoring>MonitoringService. getContainerMonitoring()Get the monitoring configuration for containers that used the default ContainerMonitoring.
-