-
- All Superinterfaces:
- MBeanServer, MBeanServerConnection
public interface MBeanServerForwarder extends MBeanServer
An object of this class implements the MBeanServer interface and wraps another object that also implements that interface. Typically, an implementation of this interface performs some action in some or all methods of the
MBeanServer
interface before and/or after forwarding the method to the wrapped object. Examples include security checking and logging.- Since:
- 1.5
-
-
Method Summary
Methods Modifier and Type Method and Description MBeanServer
getMBeanServer()
Returns the MBeanServer object to which requests will be forwarded.void
setMBeanServer(MBeanServer mbs)
Sets the MBeanServer object to which requests will be forwarded after treatment by this object.-
Methods inherited from interface javax.management.MBeanServer
addNotificationListener, addNotificationListener, createMBean, createMBean, createMBean, createMBean, deserialize, deserialize, deserialize, getAttribute, getAttributes, getClassLoader, getClassLoaderFor, getClassLoaderRepository, getDefaultDomain, getDomains, getMBeanCount, getMBeanInfo, getObjectInstance, instantiate, instantiate, instantiate, instantiate, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, registerMBean, removeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBean
-
-
-
-
Method Detail
-
getMBeanServer
MBeanServer getMBeanServer()
Returns the MBeanServer object to which requests will be forwarded.- Returns:
- the MBeanServer object to which requests will be forwarded, or null if there is none.
- See Also:
setMBeanServer(javax.management.MBeanServer)
-
setMBeanServer
void setMBeanServer(MBeanServer mbs)
Sets the MBeanServer object to which requests will be forwarded after treatment by this object.- Parameters:
mbs
- the MBeanServer object to which requests will be forwarded.- Throws:
IllegalArgumentException
- if this object is already forwarding to an MBeanServer object or ifmbs
is null or ifmbs
is identical to this object.- See Also:
getMBeanServer()
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
25/11/2024 02:14:35 Cette version de la page est en cache (à la date du 25/11/2024 02:14:35) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 07/12/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/management/remote/MBeanServerForwarder.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.