|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationNotFoundException | |
javax.management.relation | The JBossMX relation service. |
Uses of RelationNotFoundException in javax.management.relation |
Methods in javax.management.relation that throw RelationNotFoundException | |
void |
RelationSupport.handleMBeanUnregistration(ObjectName objectName,
String roleName)
|
void |
RelationSupport.setRole(Role role)
|
RoleResult |
RelationSupport.setRoles(RoleList roleList)
|
ObjectName |
RelationServiceMBean.isRelationMBean(String relationId)
Checks whether the passed relation id is an MBean created by a user or has been internally created by the relation service. |
void |
RelationServiceMBean.sendRelationCreationNotification(String relationId)
Sends a relation creation notification For internally created relations, a RELATION_BASIC_CREATION notification is sent. |
void |
RelationServiceMBean.sendRoleUpdateNotification(String relationId,
Role newRole,
List oldRoleValue)
Sends a relation update notification For internally created relations, a RELATION_BASIC_UPDATE notification is sent. |
void |
RelationServiceMBean.sendRelationRemovalNotification(String relationId,
List unregMBeans)
Sends a relation removal notification For internally created relations, a RELATION_BASIC_REMOVAL notification is sent. |
void |
RelationServiceMBean.updateRoleMap(String relationId,
Role newRole,
List oldRoleValue)
Handles the update of the relation service role map when a role is changed. |
void |
RelationServiceMBean.removeRelation(String relationId)
Removes a relation from the relation service. |
List |
RelationServiceMBean.getRole(String relationId,
String roleName)
Retrieves MBeans in a role for a given relation id. |
RoleResult |
RelationServiceMBean.getRoles(String relationId,
String[] roleNames)
Retrieves selected roles for a relation. |
RoleResult |
RelationServiceMBean.getAllRoles(String relationId)
Retrieves all the roles for a given relation id. |
Integer |
RelationServiceMBean.getRoleCardinality(String relationId,
String roleName)
Retrieves the number of MBeans in a role for a given relation id. |
void |
RelationServiceMBean.setRole(String relationId,
Role role)
Sets the role in the passed relation. |
RoleResult |
RelationServiceMBean.setRoles(String relationId,
RoleList roles)
Sets the roles in the passed relation. |
Map |
RelationServiceMBean.getReferencedMBeans(String relationId)
Retrieves all the MBeans referenced in all the roles of a relation. |
String |
RelationServiceMBean.getRelationTypeName(String relationId)
Retrieves the relation type name for the passed relation. |
RoleResult |
RelationService.getAllRoles(String relationId)
|
Map |
RelationService.getReferencedMBeans(String relationId)
|
String |
RelationService.getRelationTypeName(String relationId)
|
List |
RelationService.getRole(String relationId,
String roleName)
|
Integer |
RelationService.getRoleCardinality(String relationId,
String roleName)
|
RoleResult |
RelationService.getRoles(String relationId,
String[] roleNames)
|
ObjectName |
RelationService.isRelationMBean(String relationId)
|
void |
RelationService.removeRelation(String relationId)
|
void |
RelationService.sendRelationCreationNotification(String relationId)
|
void |
RelationService.sendRelationRemovalNotification(String relationId,
List unregMBeans)
|
void |
RelationService.sendRoleUpdateNotification(String relationId,
Role newRole,
List oldRoleValue)
|
void |
RelationService.setRole(String relationId,
Role role)
|
RoleResult |
RelationService.setRoles(String relationId,
RoleList roles)
|
void |
RelationService.updateRoleMap(String relationId,
Role newRole,
List oldRoleValue)
|
void |
Relation.setRole(Role role)
Sets the passed role for this relation. |
RoleResult |
Relation.setRoles(RoleList roleList)
Sets the roles. |
void |
Relation.handleMBeanUnregistration(ObjectName objectName,
String roleName)
The relation service will call this service when an MBean referenced in a role is unregistered. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |