FileDocCategorySizeDatePackage
StdAttributesAccess.javaAPI DocGlassfish v2 API3338Fri May 04 22:30:30 BST 2007com.sun.appserv.management.base

StdAttributesAccess

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.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetAttribute(java.lang.String name)

public javax.management.AttributeListgetAttributes(java.lang.String[] names)

public voidsetAttribute(javax.management.Attribute attr)

public javax.management.AttributeListsetAttributes(javax.management.AttributeList attrs)