Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.management - Package : javax.management.openmbean
Version documentée : Java SE 17

Classe « OpenMBeanAttributeInfoSupport »

Informations générales

Héritage

java.lang.Object
    javax.management.MBeanFeatureInfo
        javax.management.MBeanAttributeInfo
            javax.management.openmbean.OpenMBeanAttributeInfoSupport

Définition

public class OpenMBeanAttributeInfoSupport extends javax.management.MBeanAttributeInfo
implements javax.management.openmbean.OpenMBeanAttributeInfo

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription
OpenMBeanAttributeInfoSupport( String name, String description, OpenType<?> openType, boolean isReadable, boolean isWritable, boolean isIs )
OpenMBeanAttributeInfoSupport( String name, String description, OpenType<?> openType, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor )
OpenMBeanAttributeInfoSupport( String arg0, String arg1, OpenType<T> arg2, boolean arg3, boolean arg4, boolean arg5, T arg6 )
OpenMBeanAttributeInfoSupport( String arg0, String arg1, OpenType<T> arg2, boolean arg3, boolean arg4, boolean arg5, T arg6, T[] arg7 )
OpenMBeanAttributeInfoSupport( String arg0, String arg1, OpenType<T> arg2, boolean arg3, boolean arg4, boolean arg5, T arg6, Comparable<T> arg7, Comparable<T> arg8 )

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public Object defaultValue R/-
public Set legalValues R/-
public Comparable maxValue R/-
public Comparable minValue R/-
public OpenType openType R/-

Propriétés héritées de la classe javax.management.MBeanAttributeInfo

is, readable, type, writable

Propriétés héritées de la classe javax.management.MBeanFeatureInfo

description, descriptor, name

Propriétés héritées de la classe java.lang.Object

class

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public boolean equals( Object obj )
public Object getDefaultValue()
public Set<?> getLegalValues()
public Comparable<?> getMaxValue()
public Comparable<?> getMinValue()
public OpenType<?> getOpenType()
public boolean hasDefaultValue()
public int hashCode()
public boolean hasLegalValues()
public boolean hasMaxValue()
public boolean hasMinValue()
public boolean isValue( Object obj )
public String toString()

Méthodes héritées de la classe javax.management.MBeanAttributeInfo

clone, equals, getType, hashCode, isIs, isReadable, isWritable, toString

Méthodes héritées de la classe javax.management.MBeanFeatureInfo

equals, getDescription, getDescriptor, getName, hashCode

Méthodes héritées de la classe java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait