javax.management
Class MBeanAttributeInfo
java.lang.Object
|
+--javax.management.MBeanFeatureInfo
|
+--javax.management.MBeanAttributeInfo
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- ModelMBeanAttributeInfo, OpenMBeanAttributeInfoSupport
- public class MBeanAttributeInfo
- extends MBeanFeatureInfo
- Version:
- $Revision: 1.4 $
- Author:
- Simone Bordet
- See Also:
- Serialized Form
Constructor Summary |
MBeanAttributeInfo(java.lang.String name,
java.lang.String description,
java.lang.reflect.Method getter,
java.lang.reflect.Method setter)
|
MBeanAttributeInfo(java.lang.String name,
java.lang.String className,
java.lang.String description,
boolean isReadable,
boolean isWritable,
boolean isIs)
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MBeanAttributeInfo
public MBeanAttributeInfo(java.lang.String name,
java.lang.String description,
java.lang.reflect.Method getter,
java.lang.reflect.Method setter)
throws IntrospectionException
MBeanAttributeInfo
public MBeanAttributeInfo(java.lang.String name,
java.lang.String className,
java.lang.String description,
boolean isReadable,
boolean isWritable,
boolean isIs)
getType
public java.lang.String getType()
isReadable
public boolean isReadable()
isWritable
public boolean isWritable()
isIs
public boolean isIs()
hashCode
public int hashCode()
- Overrides:
hashCode
in class MBeanFeatureInfo
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class MBeanFeatureInfo
Copyright © 2001-2002 MX4J Team. All Rights Reserved.