org.eclipse.jetty.monitor.jmx
public static class EventState.TriggerState<TYPE> extends java.lang.Object
event trigger
Constructor and Description |
---|
EventState.TriggerState(java.lang.String id,
java.lang.String desc,
TYPE value)
Construct a trigger state
|
Modifier and Type | Method and Description |
---|---|
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() |
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)public java.lang.String getID()
public java.lang.String getDescription()
public TYPE getValue()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013. All Rights Reserved.