Home » openjdk-7 » javax » management » relation »

javax.management.relation

Interfaces:

Relation   This interface has to be implemented by any MBean class expected to represent a relation managed using the Relation Service.  code | html
RelationServiceMBean   The Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing query mechanisms.  code | html
RelationSupportMBean   A RelationSupport object is used internally by the Relation Service to represent simple relations (only roles, no properties or methods), with an unlimited number of roles, of any relation type.  code | html
RelationType   The RelationType interface has to be implemented by any class expected to represent a relation type.  code | html

Classes:

InvalidRelationIdException   This exception is raised when relation id provided for a relation is already used.  code | html
InvalidRelationServiceException   This exception is raised when an invalid Relation Service is provided.  code | html
InvalidRelationTypeException   Invalid relation type.  code | html
InvalidRoleInfoException   This exception is raised when, in a role info, its minimum degree is greater than its maximum degree.  code | html
InvalidRoleValueException   Role value is invalid.  code | html
MBeanServerNotificationFilter   Filter for MBeanServerNotification code | html
RelationException   This class is the superclass of any exception which can be raised during relation management.  code | html
RelationNotFoundException   This exception is raised when there is no relation for a given relation id in a Relation Service.  code | html
RelationNotification   A notification of a change in the Relation Service.  code | html
RelationService   The Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing query mechanisms.  code | html
RelationServiceNotRegisteredException   This exception is raised when an access is done to the Relation Service and that one is not registered.  code | html
RelationSupport   A RelationSupport object is used internally by the Relation Service to represent simple relations (only roles, no properties or methods), with an unlimited number of roles, of any relation type.  code | html
RelationTypeNotFoundException   This exception is raised when there is no relation type with given name in Relation Service.  code | html
RelationTypeSupport   A RelationTypeSupport object implements the RelationType interface.  code | html
Role   Represents a role: includes a role name and referenced MBeans (via their ObjectNames).  code | html
RoleInfo   A RoleInfo object summarises a role in a relation type.  code | html
RoleInfoNotFoundException   This exception is raised when there is no role info with given name in a given relation type.  code | html
RoleList   A RoleList represents a list of roles (Role objects).  code | html
RoleNotFoundException   This exception is raised when a role in a relation does not exist, or is not readable, or is not settable.  code | html
RoleResult   Represents the result of a multiple access to several roles of a relation (either for reading or writing).  code | html
RoleStatus   This class describes the various problems which can be encountered when accessing a role.  code | html
RoleUnresolved   Represents an unresolved role: a role not retrieved from a relation due to a problem.  code | html
RoleUnresolvedList   A RoleUnresolvedList represents a list of RoleUnresolved objects, representing roles not retrieved from a relation due to a problem encountered when trying to access (read or write) the roles.  code | html
RoleValidator   This is a helper class for performing role validation.  code | html