|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jetty.monitor.jmx.NotifierGroup
public class NotifierGroup
NotifierGroup This class allows for grouping of the event notifiers
| 构造方法摘要 | |
|---|---|
NotifierGroup()
Create a notifier group |
|
| 方法摘要 | |
|---|---|
boolean |
addNotifier(EventNotifier notifier)
Add specified event notifier to event notifier group |
boolean |
addNotifiers(Collection<EventNotifier> notifiers)
Add a collection of event notifiers to event notifier group |
Collection<EventNotifier> |
getNotifiers()
Retrieve all event notifier associated with this group |
void |
notify(EventTrigger trigger,
EventState<?> state,
long timestamp)
Invoke the notify() method of each of the notifiers in group |
boolean |
removeNotifier(EventNotifier notifier)
Remove event notifier from event notifier group |
boolean |
removeNotifiers(Collection<EventNotifier> notifiers)
Remove a collection of event notifiers from event notifier group |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public NotifierGroup()
| 方法详细信息 |
|---|
public Collection<EventNotifier> getNotifiers()
public boolean addNotifier(EventNotifier notifier)
notifier - event notifier to be added
public boolean addNotifiers(Collection<EventNotifier> notifiers)
notifiers - collection of event notifiers to be added
public boolean removeNotifier(EventNotifier notifier)
notifier - event notifier to be removed
public boolean removeNotifiers(Collection<EventNotifier> notifiers)
notifiers - collection of event notifiers to be removed
public void notify(EventTrigger trigger,
EventState<?> state,
long timestamp)
EventNotifier 中的 notifystate - an event statetimestamp - time stamp of the eventEventNotifier.notify(org.eclipse.jetty.monitor.jmx.EventTrigger, org.eclipse.jetty.monitor.jmx.EventState, long)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||