- java.lang.Object
-
- javax.management.relation.RoleStatus
-
public class RoleStatus extends Object
This class describes the various problems which can be encountered when accessing a role.- Since:
- 1.5
-
-
Field Summary
Fields Modifier and Type Field and Description static int
LESS_THAN_MIN_ROLE_DEGREE
Problem type when trying to set a role value with less ObjectNames than the minimum expected cardinality.static int
MORE_THAN_MAX_ROLE_DEGREE
Problem type when trying to set a role value with more ObjectNames than the maximum expected cardinality.static int
NO_ROLE_WITH_NAME
Problem type when trying to access an unknown role.static int
REF_MBEAN_NOT_REGISTERED
Problem type when trying to set a role value including the ObjectName of a MBean not registered in the MBean Server.static int
REF_MBEAN_OF_INCORRECT_CLASS
Problem type when trying to set a role value including the ObjectName of a MBean not of the class expected for that role.static int
ROLE_NOT_READABLE
Problem type when trying to read a non-readable attribute.static int
ROLE_NOT_WRITABLE
Problem type when trying to update a non-writable attribute.
-
Constructor Summary
Constructors Constructor and Description RoleStatus()
-
Method Summary
Methods Modifier and Type Method and Description static boolean
isRoleStatus(int status)
Returns true if given value corresponds to a known role status, false otherwise.
-
-
-
Field Detail
-
NO_ROLE_WITH_NAME
public static final int NO_ROLE_WITH_NAME
Problem type when trying to access an unknown role.- See Also:
- Constant Field Values
-
ROLE_NOT_READABLE
public static final int ROLE_NOT_READABLE
Problem type when trying to read a non-readable attribute.- See Also:
- Constant Field Values
-
ROLE_NOT_WRITABLE
public static final int ROLE_NOT_WRITABLE
Problem type when trying to update a non-writable attribute.- See Also:
- Constant Field Values
-
LESS_THAN_MIN_ROLE_DEGREE
public static final int LESS_THAN_MIN_ROLE_DEGREE
Problem type when trying to set a role value with less ObjectNames than the minimum expected cardinality.- See Also:
- Constant Field Values
-
MORE_THAN_MAX_ROLE_DEGREE
public static final int MORE_THAN_MAX_ROLE_DEGREE
Problem type when trying to set a role value with more ObjectNames than the maximum expected cardinality.- See Also:
- Constant Field Values
-
REF_MBEAN_OF_INCORRECT_CLASS
public static final int REF_MBEAN_OF_INCORRECT_CLASS
Problem type when trying to set a role value including the ObjectName of a MBean not of the class expected for that role.- See Also:
- Constant Field Values
-
REF_MBEAN_NOT_REGISTERED
public static final int REF_MBEAN_NOT_REGISTERED
Problem type when trying to set a role value including the ObjectName of a MBean not registered in the MBean Server.- See Also:
- Constant Field Values
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/management/relation/RoleStatus.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.