Package ru.funsys.avalanche.managment
Class InterfaceStatistic
- java.lang.Object
-
- ru.funsys.avalanche.jmx.JMXAbstractBean
-
- ru.funsys.avalanche.managment.InterfaceStatistic
-
- All Implemented Interfaces:
DynamicMBean
@JMXBean(attributes=@JMXAttribute(name="status",type="boolean")) public class InterfaceStatistic extends JMXAbstractBean
- Author:
- Валерий Лиховских
-
-
Field Summary
-
Fields inherited from class ru.funsys.avalanche.jmx.JMXAbstractBean
GET, IS, NULL, SET
-
-
Constructor Summary
Constructors Constructor Description InterfaceStatistic(Object object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isStatus()
-
Methods inherited from class ru.funsys.avalanche.jmx.JMXAbstractBean
getAttribute, getAttributes, getConstructorInfo, getMBeanInfo, getNotificationInfo, getOperationInfo, invoke, setAttribute, setAttributes
-
-
-
-
Constructor Detail
-
InterfaceStatistic
public InterfaceStatistic(Object object)
-
-