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

Classe « JMXConnectorServer »

Informations générales

Héritage

java.lang.Object
    javax.management.NotificationBroadcasterSupport
        javax.management.remote.JMXConnectorServer

Interfaces implémentées

javax.management.MBeanRegistration
javax.management.remote.JMXAddressable
javax.management.remote.JMXConnectorServerMBean

Définition

public abstract class JMXConnectorServer extends javax.management.NotificationBroadcasterSupport
implements javax.management.MBeanRegistration,
javax.management.remote.JMXAddressable,
javax.management.remote.JMXConnectorServerMBean

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription
public static String AUTHENTICATOR

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription
JMXConnectorServer()
JMXConnectorServer( MBeanServer mbeanServer )

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

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public String[] connectionIds R/-
public synchronized MBeanServer mBeanServer R/-
public synchronized MBeanServerForwarder mBeanServerForwarder -/W
public MBeanNotificationInfo[] notificationInfo R/-

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

notificationInfo

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 connectionClosed( String connectionId, String message, Object userData )
protected void connectionFailed( String connectionId, String message, Object userData )
protected void connectionOpened( String connectionId, String message, Object userData )
public String[] getConnectionIds()
public synchronized MBeanServer getMBeanServer()
public MBeanNotificationInfo[] getNotificationInfo()
public void postDeregister()
public void postRegister( Boolean registrationDone )
public synchronized void preDeregister()
public synchronized ObjectName preRegister( MBeanServer mbs, ObjectName name )
public synchronized void setMBeanServerForwarder( MBeanServerForwarder mbsf )
public JMXConnector toJMXConnector( Map<java.lang.String, ?> env )

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

addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification

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

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