public interface AttributeStorage
| Modifier and Type | Method and Description |
|---|---|
javax.management.Attribute |
getAttribute(java.lang.String name) |
javax.management.AttributeList |
getAttributes(java.lang.String[] attributeNames) |
void |
setAttribute(javax.management.Attribute attrib) |
void |
setAttributes(javax.management.AttributeList list) |
javax.management.Attribute getAttribute(java.lang.String name)
throws javax.management.AttributeNotFoundException,
javax.management.MBeanException,
javax.management.ReflectionException,
java.io.IOException
javax.management.AttributeNotFoundExceptionjavax.management.MBeanExceptionjavax.management.ReflectionExceptionjava.io.IOException
void setAttribute(javax.management.Attribute attrib)
throws javax.management.AttributeNotFoundException,
javax.management.InvalidAttributeValueException,
javax.management.MBeanException,
javax.management.ReflectionException,
java.io.IOException
javax.management.AttributeNotFoundExceptionjavax.management.InvalidAttributeValueExceptionjavax.management.MBeanExceptionjavax.management.ReflectionExceptionjava.io.IOException
javax.management.AttributeList getAttributes(java.lang.String[] attributeNames)
throws javax.management.ReflectionException,
java.io.IOException
javax.management.ReflectionExceptionjava.io.IOException
void setAttributes(javax.management.AttributeList list)
throws javax.management.ReflectionException,
java.io.IOException
javax.management.ReflectionExceptionjava.io.IOException