Package | Description |
---|---|
org.eclipse.jetty.monitor.jmx |
Jetty Monitor : JMX Integration
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,EventState.TriggerState<TYPE>> |
EventState._states |
Modifier and Type | Method and Description |
---|---|
EventState.TriggerState<TYPE> |
EventState.get(String id)
Retrieves a single trigger state
|
Modifier and Type | Method and Description |
---|---|
Collection<EventState.TriggerState<TYPE>> |
EventState.values()
Retrieves a collection of all trigger states of the event state
|
Modifier and Type | Method and Description |
---|---|
void |
EventState.add(EventState.TriggerState<TYPE> state)
Adds a trigger state to the event state
|
Modifier and Type | Method and Description |
---|---|
void |
EventState.addAll(Collection<EventState.TriggerState<TYPE>> entries)
Adds a collection of trigger states to the event state
|
Copyright © 1995-2015 Webtide. All Rights Reserved.