| Name | Description | Type | Package | Framework |
| InvalidRelationIdException | This exception is raised when relation id provided for a relation is alreadySince:1. | Class | javax.management.relation | Java SE |
|
| InvalidRelationServiceException | This exception is raised when an invalid Relation Service is provided. | Class | javax.management.relation | Java SE |
|
| InvalidRelationTypeException | Invalid relation type. | Class | javax.management.relation | Java SE |
|
| InvalidRoleInfoException | This exception is raised when, in a role info, its minimum degree is greater than its maximum degree. | Class | javax.management.relation | Java SE |
|
| InvalidRoleValueException | Role value is invalid. | Class | javax.management.relation | Java SE |
|
| MBeanServerNotificationFilter | Filter for MBeanServerNotification. | Class | javax.management.relation | Java SE |
|
| RelationException | This class is the superclass of any exception which can be raised during relation management. | Class | javax.management.relation | Java SE |
|
| RelationNotFoundException | This exception is raised when there is no relation for a given relation id in a Relation Service. | Class | javax.management.relation | Java SE |
|
| RelationNotification | A notification of a change in the Relation Service. | Class | javax.management.relation | Java SE |
|
| RelationService | The Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing query | Class | javax.management.relation | Java SE |
|
| RelationServiceNotRegisteredException | This exception is raised when an access is done to the Relation Service and that one is not registered. | Class | javax.management.relation | Java SE |
|
| RelationSupport | A RelationSupport object is used internally by the Relation Service to represent simple relations (only roles, no properties or methods), with an | Class | javax.management.relation | Java SE |
|
| RelationTypeNotFoundException | This exception is raised when there is no relation type with given name inSince:1. | Class | javax.management.relation | Java SE |
|
| RelationTypeSupport | A RelationTypeSupport object implements the RelationType interface. | Class | javax.management.relation | Java SE |
|
| Role | Represents a role: includes a role name and referenced MBeans (via their ObjectNames). | Class | javax.management.relation | Java SE |
|
| RoleInfo | A RoleInfo object summarises a role in a relation type. | Class | javax.management.relation | Java SE |
|
| RoleInfoNotFoundException | This exception is raised when there is no role info with given name in a given relation type. | Class | javax.management.relation | Java SE |
|
| RoleList | A RoleList represents a list of roles (Role objects). | Class | javax.management.relation | Java SE |
|
| RoleNotFoundException | This exception is raised when a role in a relation does not exist, or is not readable, or is not settable. | Class | javax.management.relation | Java SE |
|
| RoleResult | Represents the result of a multiple access to several roles of a relation (either for reading or writing). | Class | javax.management.relation | Java SE |
|
| RoleStatus | | Class | javax.management.relation | Java SE |
|
| RoleUnresolved | Represents an unresolved role: a role not retrieved from a relation due to a problem. | Class | javax.management.relation | Java SE |
|
| RoleUnresolvedList | A RoleUnresolvedList represents a list of RoleUnresolved objects, representing roles not retrieved from a relation due to a problem | Class | javax.management.relation | Java SE |
|
| Relation | This interface has to be implemented by any MBean class expected to represent a relation managed using the Relation Service. | Interface | javax.management.relation | Java SE |
|
| RelationServiceMBean | The Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing query | Interface | javax.management.relation | Java SE |
|
| RelationSupportMBean | A RelationSupport object is used internally by the Relation Service to represent simple relations (only roles, no properties or methods), with an | Interface | javax.management.relation | Java SE |
|
| RelationType | The RelationType interface has to be implemented by any class expected to represent a relation type. | Interface | javax.management.relation | Java SE |