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 « RMIServerImpl »

Informations générales

Héritage

java.lang.Object
    javax.management.remote.rmi.RMIServerImpl

Interfaces implémentées

java.io.Closeable
javax.management.remote.rmi.RMIServer

Définition

public abstract class RMIServerImpl extends java.lang.Object
implements java.io.Closeable,
javax.management.remote.rmi.RMIServer

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
RMIServerImpl( Map<java.lang.String, ?> env )

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

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public synchronized ClassLoader defaultClassLoader R/W
public synchronized MBeanServer mBeanServer R/W
protected abstract String protocol R/-
public String version 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 clientClosed( RMIConnection client )
public synchronized void close()
protected abstract void closeClient( RMIConnection client )
protected abstract void closeServer()
protected abstract void export()
public synchronized ClassLoader getDefaultClassLoader()
public synchronized MBeanServer getMBeanServer()
protected abstract String getProtocol()
public String getVersion()
protected abstract RMIConnection makeClient( String connectionId, Subject subject )
public RMIConnection newClient( Object credentials )
public synchronized void setDefaultClassLoader( ClassLoader cl )
public synchronized void setMBeanServer( MBeanServer mbs )
public abstract Remote toStub()

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

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