javax.management.relation |
|
Java Source File Name | Type | Comment |
InvalidRelationIdException.java | Class | |
InvalidRelationServiceException.java | Class | This exception is raised when an invalid Relation Service is provided. |
InvalidRelationTypeException.java | Class | |
InvalidRoleInfoException.java | Class | |
InvalidRoleValueException.java | Class | |
MBeanServerNotificationFilter.java | Class | This filter allows to filter MBeanServerNotification notifications by
selecting the ObjectNames of interest and the operations (registration,
unregistration, both) of interest (corresponding to notification types). |
Relation.java | Interface | This interface has to be implemented by any MBean class expected to represent
a relation managed using the Relation Service.
Simple relations, i.e. |
RelationErrs.java | Class | |
RelationException.java | Class | This class is the superclass of any exception which can be raised during
relation management. |
RelationNotFoundException.java | Class | This exception is raised when there is no relation for a given relation id
in a Relation Service. |
RelationNotification.java | Class | |
RelationService.java | Class | The Relation Service is in charge of creating and deleting relation types
and relations, of handling the consistency and of providing query mechanisms.
It implements the NotificationBroadcaster by extending
NotificationBroadcasterSupport to send notifications when a relation
is removed from it.
It implements the NotificationListener interface to be able to receive
notifications concerning unregistration of MBeans referenced in relation
roles and of relation MBeans. |
RelationServiceMBean.java | Interface | The Relation Service is in charge of creating and deleting relation types
and relations, of handling the consistency and of providing query mechanisms. |
RelationServiceNotRegisteredException.java | Class | This exception is raised when an access is done to the Relation Service and
that one is not registered. |
RelationSupport.java | Class | 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. |
RelationSupportMBean.java | Interface | 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. |
RelationType.java | Interface | The RelationType interface has to be implemented by any class expected to
represent a relation type. |
RelationTypeNotFoundException.java | Class | |
RelationTypeSupport.java | Class | A RelationTypeSupport object implements the RelationType interface. |
Role.java | Class | Represents a role: includes a role name and referenced MBeans (via their
ObjectNames). |
RoleInfo.java | Class | A RoleInfo object represents a role information in a relation type. |
RoleInfoNotFoundException.java | Class | |
RoleList.java | Class | A RoleList represents a list of roles (Role objects). |
RoleNotFoundException.java | Class | |
RoleResult.java | Class | Represents the result of a multiple access to several roles of a relation
(either for reading or writing). |
RoleStatus.java | Class | This class describes the various problems which can be encountered when
accessing a role. |
RoleUnresolved.java | Class | Represents an unresolved role: a role not retrieved from a relation due to
a problem. |
RoleUnresolvedList.java | Class | |