- java.lang.Object
-
- javax.management.QueryEval
-
- All Implemented Interfaces:
- Serializable
public abstract class QueryEval extends Object implements Serializable
Allows a query to be performed in the context of a specific MBean server.- Since:
- 1.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description QueryEval()
-
Method Summary
Methods Modifier and Type Method and Description static MBeanServer
getMBeanServer()
Return the MBean server that was most recently given to thesetMBeanServer
method by this thread.void
setMBeanServer(MBeanServer s)
Sets the MBean server on which the query is to be performed.
-
-
-
Method Detail
-
setMBeanServer
public void setMBeanServer(MBeanServer s)
Sets the MBean server on which the query is to be performed. The setting is valid for the thread performing the set. It is copied to any threads created by that thread at the moment of their creation.
For historical reasons, this method is not static, but its behavior does not depend on the instance on which it is called.
- Parameters:
s
- The MBean server on which the query is to be performed.- See Also:
getMBeanServer()
-
getMBeanServer
public static MBeanServer getMBeanServer()
Return the MBean server that was most recently given to the
setMBeanServer
method by this thread. If this thread never called that method, the result is the value its parent thread would have obtained fromgetMBeanServer
at the moment of the creation of this thread, or null if there is no parent thread.- Returns:
- the MBean server.
- See Also:
setMBeanServer(javax.management.MBeanServer)
-
-
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
05/11/2024 14:46:02 Cette version de la page est en cache (à la date du 05/11/2024 14:46:02) 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 30/08/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/management/QueryEval.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.