org.eclipse.jetty.monitor.jmx
类 EventState.TriggerState<TYPE>

java.lang.Object
  继承者 org.eclipse.jetty.monitor.jmx.EventState.TriggerState<TYPE>
包容类:
EventState<TYPE>

public static class EventState.TriggerState<TYPE>
extends Object

State Holds the state of a single event trigger


构造方法摘要
EventState.TriggerState(String id, String desc, TYPE value)
          Construct a trigger state
 
方法摘要
 String getDescription()
          Retrieve the description string set by event trigger
 String getID()
          Retrieve the identification string of associated event trigger
 TYPE getValue()
          Retrieve the effective value of the MXBean attribute (if applicable)
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

EventState.TriggerState

public EventState.TriggerState(String id,
                               String desc,
                               TYPE value)
Construct a trigger state

参数:
id - unique identification string of the associated event trigger
desc - description of the associated event trigger
value - effective value of the MXBean attribute (if applicable)
方法详细信息

getID

public String getID()
Retrieve the identification string of associated event trigger

返回:
unique identification string

getDescription

public String getDescription()
Retrieve the description string set by event trigger

返回:
description string

getValue

public TYPE getValue()
Retrieve the effective value of the MXBean attribute (if applicable)

返回:
attribute value

toString

public String toString()
覆盖:
Object 中的 toString
返回:
string representation of the state


Copyright © 2013. All Rights Reserved.