|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jetty.monitor.jmx.EventState<TYPE>
public class EventState<TYPE>
EventState
Holds the state of one or more event trigger
instances to be used when sending notifications as well as executing the actions
| 嵌套类摘要 | |
|---|---|
static class |
EventState.TriggerState<TYPE>
State Holds the state of a single event trigger |
| 字段摘要 | |
|---|---|
protected Map<String,EventState.TriggerState<TYPE>> |
_states
|
| 构造方法摘要 | |
|---|---|
EventState()
Constructs an empty event state |
|
EventState(String id,
String desc,
TYPE value)
Constructs an event state and adds a specified trigger state to it |
|
| 方法摘要 | |
|---|---|
void |
add(EventState.TriggerState<TYPE> state)
Adds a trigger state to the event state |
void |
addAll(Collection<EventState.TriggerState<TYPE>> entries)
Adds a collection of trigger states to the event state |
EventState.TriggerState<TYPE> |
get(String id)
Retrieves a single trigger state |
String |
toString()
Returns a string representation of the event state |
Collection<EventState.TriggerState<TYPE>> |
values()
Retrieves a collection of all trigger states of the event state |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
protected Map<String,EventState.TriggerState<TYPE>> _states
| 构造方法详细信息 |
|---|
public EventState()
public EventState(String id,
String desc,
TYPE value)
id - unique identification string of the associated event triggerdesc - description of the associated event triggervalue - effective value of the MXBean attribute (if applicable)| 方法详细信息 |
|---|
public void add(EventState.TriggerState<TYPE> state)
state - trigger state to addpublic void addAll(Collection<EventState.TriggerState<TYPE>> entries)
entries - collection of trigger states to addpublic EventState.TriggerState<TYPE> get(String id)
id - unique identification string of the event trigger
public Collection<EventState.TriggerState<TYPE>> values()
public String toString()
Object 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||