Package javax.management.relation

The JBossMX relation service.

See:
          Description

Interface Summary
Relation (src) This interface is implemented by an MBean that represents a relation.
RelationServiceMBean (src) This interface defines the management interface for a relation service.
RelationSupportMBean (src) This interface defines the management interface for a relation created internally within the relation service.
RelationType (src) This interface is implemented by a class that represents a relation.
 

Class Summary
MBeanServerNotificationFilter (src) A helper class, used to filter notifications of registration, unregistration of selected object names.
RelationNotification (src) A notification from the relation service.
RelationService (src) Implements the management interface for a relation service.
RelationSupport (src) Implements the management interface for a relation created internally within the relation service.
RelationTypeSupport (src) This class can be used to implement relation types.
Role (src) A role is a role name and an ordered list of object names to the MBeans in the role.
RoleInfo (src) This class contains information about a role.
RoleList (src) A list of roles.
RoleResult (src) Represents the result of multiple access to roles.
RoleStatus (src) The problems that occur when resolving roles.
RoleUnresolved (src) An unresolved role.
RoleUnresolvedList (src) A list of unresolved roles.
 

Exception Summary
InvalidRelationIdException (src) Thrown when a relation id provided has already been used.
InvalidRelationServiceException (src) Thrown when an invalid relation service is used.
InvalidRelationTypeException (src) Thrown when the relation type already exists with the given name or the same name is used in different role infos or there is no role info or a null role info.
InvalidRoleInfoException (src) Thrown when a role info has a minimum greater than its maximum.
InvalidRoleValueException (src) Thrown when the number of MBeans passed is less the minimum or greater than the maximum degree of a role, or the an MBean has an incorrect class or an MBean does not exist.
RelationException (src) A super class for all relations thrown during relation management.
RelationNotFoundException (src) Thrown when there is no relation for a passed relation id.
RelationServiceNotRegisteredException (src) Thrown when the relation service has not been registered with the MBean Server.
RelationTypeNotFoundException (src) Thrown when a relation type is not registered with the relation service.
RoleInfoNotFoundException (src) Thrown when the a role info with the given name doesn't exist for relation type.
RoleNotFoundException (src) Thrown when the a role does not exist for a relation or is not readable or writable for the respective operation.
 

Package javax.management.relation Description

The JBossMX relation service.

Package Specification

Related Documentation

Package Status