接口 org.eclipse.jetty.monitor.jmx.EventNotifier
的使用

使用 EventNotifier 的软件包
org.eclipse.jetty.monitor.integration   
org.eclipse.jetty.monitor.jmx   
 

org.eclipse.jetty.monitor.integrationEventNotifier 的使用
 

实现 EventNotifierorg.eclipse.jetty.monitor.integration 中的类
 class JavaMonitorAction
           
 

参数类型为 EventNotifierorg.eclipse.jetty.monitor.integration 中的构造方法
JavaMonitorAction(EventNotifier notifier, String url, String uuid, String appid, long pollInterval)
           
 

org.eclipse.jetty.monitor.jmxEventNotifier 的使用
 

实现 EventNotifierorg.eclipse.jetty.monitor.jmx 中的类
 class ConsoleNotifier
          ConsoleNotifier Provides a way to output notification messages to the server console
 class LoggingNotifier
          ConsoleNotifier Provides a way to output notification messages to a log file
 class MonitorAction
          MonitorAction Abstract base class for all MonitorAction implementations.
 class NotifierGroup
          NotifierGroup This class allows for grouping of the event notifiers
 class SimpleAction
           
 

返回变量类型为 EventNotifier 的类型的 org.eclipse.jetty.monitor.jmx 中的方法
 Collection<EventNotifier> NotifierGroup.getNotifiers()
          Retrieve all event notifier associated with this group
 

参数类型为 EventNotifierorg.eclipse.jetty.monitor.jmx 中的方法
 boolean NotifierGroup.addNotifier(EventNotifier notifier)
          Add specified event notifier to event notifier group
 boolean NotifierGroup.removeNotifier(EventNotifier notifier)
          Remove event notifier from event notifier group
 

类型变量类型为 EventNotifierorg.eclipse.jetty.monitor.jmx 中的方法参数
 boolean NotifierGroup.addNotifiers(Collection<EventNotifier> notifiers)
          Add a collection of event notifiers to event notifier group
 boolean NotifierGroup.removeNotifiers(Collection<EventNotifier> notifiers)
          Remove a collection of event notifiers from event notifier group
 

参数类型为 EventNotifierorg.eclipse.jetty.monitor.jmx 中的构造方法
MonitorAction(EventTrigger trigger, EventNotifier notifier)
          Creates a new monitor action
MonitorAction(EventTrigger trigger, EventNotifier notifier, long pollInterval)
          Creates a new monitor action
MonitorAction(EventTrigger trigger, EventNotifier notifier, long pollInterval, long pollDelay)
          Creates a new monitor action
SimpleAction(EventTrigger trigger, EventNotifier notifier, long pollInterval)
           
 



Copyright © 2013. All Rights Reserved.