javax.management
Class MBeanAttributeInfo

java.lang.Object
  extended byjavax.management.MBeanFeatureInfo
      extended byjavax.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)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getType()
           
 int hashCode()
           
 boolean isIs()
           
 boolean isReadable()
           
 boolean isWritable()
           
 
Methods inherited from class javax.management.MBeanFeatureInfo
clone, getDescription, getName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.