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
Version documentée : Java SE 17

Classe « StandardMBean »

Informations générales

Héritage

java.lang.Object
    javax.management.StandardMBean

Interfaces implémentées

javax.management.DynamicMBean
javax.management.MBeanRegistration

Définition

public class StandardMBean extends java.lang.Object
implements javax.management.DynamicMBean,
javax.management.MBeanRegistration

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
StandardMBean( Class<?> mbeanInterface )
StandardMBean( Class<?> mbeanInterface, boolean isMXBean )
StandardMBean( T arg0, Class<T> arg1 )
StandardMBean( T arg0, Class<T> arg1, boolean arg2 )

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

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public Attribute attribute -/W
public AttributeList attributes -/W
protected MBeanInfo cachedMBeanInfo R/-
public Object implementation R/W
public Class implementationClass R/-
public MBeanInfo mBeanInfo R/-
public Class mBeanInterface R/-

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
protected void cacheMBeanInfo( MBeanInfo info )
public Object getAttribute( String attribute )
public AttributeList getAttributes( String[] attributes )
protected MBeanInfo getCachedMBeanInfo()
protected String getClassName( MBeanInfo info )
protected MBeanConstructorInfo[] getConstructors( MBeanConstructorInfo[] ctors, Object impl )
protected String getDescription( MBeanOperationInfo info )
protected String getDescription( MBeanOperationInfo op, MBeanParameterInfo param, int sequence )
protected String getDescription( MBeanConstructorInfo ctor, MBeanParameterInfo param, int sequence )
protected String getDescription( MBeanConstructorInfo info )
protected String getDescription( MBeanAttributeInfo info )
protected String getDescription( MBeanFeatureInfo info )
protected String getDescription( MBeanInfo info )
protected int getImpact( MBeanOperationInfo info )
public Object getImplementation()
public Class<?> getImplementationClass()
public MBeanInfo getMBeanInfo()
public Class<?> getMBeanInterface()
protected String getParameterName( MBeanOperationInfo op, MBeanParameterInfo param, int sequence )
protected String getParameterName( MBeanConstructorInfo ctor, MBeanParameterInfo param, int sequence )
public Object invoke( String actionName, Object[] params, String[] signature )
public void postDeregister()
public void postRegister( Boolean registrationDone )
public void preDeregister()
public ObjectName preRegister( MBeanServer server, ObjectName name )
public void setAttribute( Attribute attribute )
public AttributeList setAttributes( AttributeList attributes )
public void setImplementation( Object implementation )

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

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