Uses of Class
javax.management.relation.RelationTypeNotFoundException
-
Uses of RelationTypeNotFoundException in javax.management.relation
Modifier and TypeMethodDescriptionvoid
RelationService.addRelation
(ObjectName relationObjectName) Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.void
RelationServiceMBean.addRelation
(ObjectName relationObjectName) Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.RelationService.checkRoleReading
(String roleName, String relationTypeName) Checks if given Role can be read in a relation of the given type.RelationServiceMBean.checkRoleReading
(String roleName, String relationTypeName) Checks if given Role can be read in a relation of the given type.RelationService.checkRoleWriting
(Role role, String relationTypeName, Boolean initFlag) Checks if given Role can be set in a relation of given type.RelationServiceMBean.checkRoleWriting
(Role role, String relationTypeName, Boolean initFlag) Checks if given Role can be set in a relation of given type.void
RelationService.createRelation
(String relationId, String relationTypeName, RoleList roleList) Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.void
RelationServiceMBean.createRelation
(String relationId, String relationTypeName, RoleList roleList) Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.RelationService.findRelationsOfType
(String relationTypeName) Returns the relation ids for relations of the given type.RelationServiceMBean.findRelationsOfType
(String relationTypeName) Returns the relation ids for relations of the given type.RelationService.getRoleInfo
(String relationTypeName, String roleInfoName) Retrieves role info for given role name of a given relation type.RelationServiceMBean.getRoleInfo
(String relationTypeName, String roleInfoName) Retrieves role info for given role of a given relation type.RelationService.getRoleInfos
(String relationTypeName) Retrieves list of role infos (RoleInfo objects) of a given relation type.RelationServiceMBean.getRoleInfos
(String relationTypeName) Retrieves list of role infos (RoleInfo objects) of a given relation type.void
Relation.handleMBeanUnregistration
(ObjectName objectName, String roleName) Callback used by the Relation Service when a MBean referenced in a role is unregistered.void
RelationSupport.handleMBeanUnregistration
(ObjectName objectName, String roleName) Callback used by the Relation Service when a MBean referenced in a role is unregistered.void
RelationService.removeRelationType
(String relationTypeName) Removes given relation type from Relation Service.void
RelationServiceMBean.removeRelationType
(String relationTypeName) Removes given relation type from Relation Service.void
Sets the given role.void
Sets the given role in given relation.void
Sets the given role.Sets the given roles.Sets the given roles.