public class MBeanStateInfo extends Object
MBeanStateInfo maps a SNMP enumeration value to a MBean
attribute state value and vice versa.| Constructor and Description |
|---|
MBeanStateInfo(int stateID,
TypedAttribute stateAttribute,
Object stateIndication) |
| Modifier and Type | Method and Description |
|---|---|
TypedAttribute |
getStateAttribute() |
int |
getStateID() |
Object |
getStateIndication() |
public MBeanStateInfo(int stateID,
TypedAttribute stateAttribute,
Object stateIndication)
public int getStateID()
public Object getStateIndication()
public TypedAttribute getStateAttribute()
Copyright © 2015 SNMP4J.org. All rights reserved.