|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.monitor.jmx.EventState.TriggerState<TYPE>
public static class EventState.TriggerState<TYPE>
State
Holds the state of a single event trigger
| Constructor Summary | |
|---|---|
EventState.TriggerState(java.lang.String id,
java.lang.String desc,
TYPE value)
Construct a trigger state |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Retrieve the description string set by event trigger |
java.lang.String |
getID()
Retrieve the identification string of associated event trigger |
TYPE |
getValue()
Retrieve the effective value of the MXBean attribute (if applicable) |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EventState.TriggerState(java.lang.String id,
java.lang.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)| Method Detail |
|---|
public java.lang.String getID()
public java.lang.String getDescription()
public TYPE getValue()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||