public class MBeanMultiAttributeMOInfo extends MBeanAttributeMOInfo
MBeanMultiAttributeMOInfo provides means
for such a mapping.attribute| Constructor and Description |
|---|
MBeanMultiAttributeMOInfo(ObjectName name,
CombinedTypedAttribute attributes) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(MBeanServerConnection server) |
static Object |
getAttribute(MBeanServerConnection server,
ObjectName name,
CombinedTypedAttribute attributes) |
CombinedTypedAttribute |
getAttributes() |
void |
setAttribute(MBeanServerConnection server,
Object value) |
static void |
setAttribute(MBeanServerConnection server,
ObjectName name,
CombinedTypedAttribute attributes,
Object value) |
getAttribute, getAttribute, getAttributeName, getAttributeType, setAttributegetMBeanNames, getObjectNamepublic MBeanMultiAttributeMOInfo(ObjectName name, CombinedTypedAttribute attributes)
public CombinedTypedAttribute getAttributes()
public Object getAttribute(MBeanServerConnection server) throws ReflectionException, InstanceNotFoundException, AttributeNotFoundException, MBeanException, IOException
getAttribute in class MBeanAttributeMOInfoReflectionExceptionInstanceNotFoundExceptionAttributeNotFoundExceptionMBeanExceptionIOExceptionpublic static Object getAttribute(MBeanServerConnection server, ObjectName name, CombinedTypedAttribute attributes) throws ReflectionException, InstanceNotFoundException, AttributeNotFoundException, MBeanException, IOException
public void setAttribute(MBeanServerConnection server, Object value) throws ReflectionException, MBeanException, InvalidAttributeValueException, AttributeNotFoundException, InstanceNotFoundException, IOException
public static void setAttribute(MBeanServerConnection server, ObjectName name, CombinedTypedAttribute attributes, Object value) throws ReflectionException, MBeanException, InvalidAttributeValueException, AttributeNotFoundException, InstanceNotFoundException, IOException
Copyright © 2015 SNMP4J.org. All rights reserved.