|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 EventNotifier 的软件包 | |
|---|---|
| org.eclipse.jetty.monitor.integration | |
| org.eclipse.jetty.monitor.jmx | |
| org.eclipse.jetty.monitor.integration 中 EventNotifier 的使用 |
|---|
| 实现 EventNotifier 的 org.eclipse.jetty.monitor.integration 中的类 | |
|---|---|
class |
JavaMonitorAction
|
| 参数类型为 EventNotifier 的 org.eclipse.jetty.monitor.integration 中的构造方法 | |
|---|---|
JavaMonitorAction(EventNotifier notifier,
String url,
String uuid,
String appid,
long pollInterval)
|
|
| org.eclipse.jetty.monitor.jmx 中 EventNotifier 的使用 |
|---|
| 实现 EventNotifier 的 org.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 |
| 参数类型为 EventNotifier 的 org.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 |
| 类型变量类型为 EventNotifier 的 org.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 |
| 参数类型为 EventNotifier 的 org.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)
|
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||