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

Classe « RMIConnectorServer »

Informations générales

Héritage

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

Définition

public class RMIConnectorServer extends javax.management.remote.JMXConnectorServer

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription
public static String CREDENTIALS_FILTER_PATTERN
public static String JNDI_REBIND_ATTRIBUTE
public static String RMI_CLIENT_SOCKET_FACTORY_ATTRIBUTE
public static String RMI_SERVER_SOCKET_FACTORY_ATTRIBUTE
public static String SERIAL_FILTER_PATTERN

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription
RMIConnectorServer( JMXServiceURL url, Map<java.lang.String, ?> environment )
RMIConnectorServer( JMXServiceURL url, Map<java.lang.String, ?> environment, MBeanServer mbeanServer )
RMIConnectorServer( JMXServiceURL url, Map<java.lang.String, ?> environment, RMIServerImpl rmiServerImpl, MBeanServer mbeanServer )

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

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public synchronized boolean active R/-
public JMXServiceURL address R/-
public Map attributes R/-
public synchronized MBeanServerForwarder mBeanServerForwarder -/W

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

connectionIds, mBeanServer, mBeanServerForwarder, notificationInfo

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 JMXServiceURL getAddress()
public Map<java.lang.String, ?> getAttributes()
public synchronized boolean isActive()
public synchronized void setMBeanServerForwarder( MBeanServerForwarder mbsf )
public synchronized void start()
public void stop()
public JMXConnector toJMXConnector( Map<java.lang.String, ?> env )

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

connectionClosed, connectionFailed, connectionOpened, getConnectionIds, getMBeanServer, getNotificationInfo, postDeregister, postRegister, preDeregister, preRegister, setMBeanServerForwarder, toJMXConnector

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