com.sun.appserv.management.base
Interface StdAttributesAccess
- All Known Subinterfaces: 
- Extra
- public interface StdAttributesAccess
Standard API for access to JMX MBean Attributes.  The exceptions from these
        calls are the same as those that would be thrown if the same routines
        were invoked through an MBeanServerConnection.
 
getAttribute
public java.lang.Object getAttribute(java.lang.String name)
                              throws InstanceNotFoundException,
                                     ReflectionException,
                                     MBeanException,
                                     AttributeNotFoundException,
                                     java.io.IOException
- 
- Throws:
- InstanceNotFoundException
- ReflectionException
- MBeanException
- AttributeNotFoundException
- java.io.IOException
 
getAttributes
public AttributeList getAttributes(java.lang.String[] names)
                            throws InstanceNotFoundException,
                                   ReflectionException,
                                   java.io.IOException
- 
- Throws:
- InstanceNotFoundException
- ReflectionException
- java.io.IOException
 
setAttribute
public void setAttribute(Attribute attr)
                  throws InstanceNotFoundException,
                         ReflectionException,
                         MBeanException,
                         AttributeNotFoundException,
                         InvalidAttributeValueException,
                         java.io.IOException
- 
- Throws:
- InstanceNotFoundException
- ReflectionException
- MBeanException
- AttributeNotFoundException
- InvalidAttributeValueException
- java.io.IOException
 
setAttributes
public AttributeList setAttributes(AttributeList attrs)
                            throws InstanceNotFoundException,
                                   ReflectionException,
                                   java.io.IOException
- 
- Throws:
- InstanceNotFoundException
- ReflectionException
- java.io.IOException
 
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.