@Taxonomy(stability=UNCOMMITTED) @Deprecated public interface StdAttributesAccess
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name)
Deprecated.
Direct access to the MBeanServer, calls conn.getAttribute(objectName, name)
|
AttributeList |
getAttributes(String[] names)
Deprecated.
Direct access to the MBeanServer, calls conn.getAttributes(objectName, names)
|
Object |
invoke(String methodName,
Object[] params,
String[] signature)
Deprecated.
Direct access to the MBeanServer, calls conn.invoke(objectName, methodName, params, signature)
|
void |
setAttribute(Attribute attr)
Deprecated.
Direct access to the MBeanServer, calls conn.setAttribute(objectName, attr)
|
AttributeList |
setAttributes(AttributeList attrs)
Deprecated.
Direct access to the MBeanServer, calls conn.setAttributes(objectName, attrs)
|
Object getAttribute(String name) throws InstanceNotFoundException, ReflectionException, MBeanException, AttributeNotFoundException, IOException
AttributeList getAttributes(String[] names) throws InstanceNotFoundException, ReflectionException, IOException
void setAttribute(Attribute attr) throws InstanceNotFoundException, ReflectionException, MBeanException, AttributeNotFoundException, InvalidAttributeValueException, IOException
AttributeList setAttributes(AttributeList attrs) throws InstanceNotFoundException, ReflectionException, IOException
Object invoke(String methodName, Object[] params, String[] signature) throws InstanceNotFoundException, MBeanException, ReflectionException, IOException
Copyright © 2019. All rights reserved.