File
Doc
Category
Size
Date
Package
StdAttributesAccess.java
API Doc
Glassfish v2 API
3338
Fri May 04 22:30:30 BST 2007
com.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.Object
getAttribute
(
java.lang.String
name)
public
javax.management.AttributeList
getAttributes
(
java.lang.String[]
names)
public void
setAttribute
(
javax.management.Attribute
attr)
public
javax.management.AttributeList
setAttributes
(
javax.management.AttributeList
attrs)
Java Code Source