|
|||||||||
| Home >> All >> javax >> management >> [ relation overview ] | PREV NEXT | ||||||||
Uses of Class
javax.management.relation.RelationServiceNotRegisteredException
| Uses of RelationServiceNotRegisteredException in javax.management.relation |
| Methods in javax.management.relation that throw RelationServiceNotRegisteredException | |
RoleResult |
RelationSupport.getAllRoles()
|
java.util.List |
RelationSupport.getRole(java.lang.String roleName)
|
RoleResult |
RelationSupport.getRoles(java.lang.String[] roleNames)
|
void |
RelationSupport.handleMBeanUnregistration(javax.management.ObjectName objectName,
java.lang.String roleName)
|
void |
RelationSupport.setRole(Role role)
|
RoleResult |
RelationSupport.setRoles(RoleList roleList)
|
private int |
RelationSupport.checkRoleReadable(Role role)
Check a role is readable |
private int |
RelationSupport.checkRoleWritable(Role role,
boolean initFlag)
Check a role is writable |
private void |
RelationSupport.validateRoleReadable(java.lang.String roleName)
Validate the role is readable, i.e. |
private Role |
RelationSupport.validateRoleWritable(java.lang.String roleName,
boolean initFlag)
Validate the role is writable, i.e. |
private void |
RelationSupport.checkServiceProxy()
Check the relation service proxy has been constructed. |
void |
RelationServiceMBean.addRelation(javax.management.ObjectName relation)
Add a manually created relation to the relation service. |
void |
RelationServiceMBean.createRelation(java.lang.String relationId,
java.lang.String relationTypeName,
RoleList roleList)
Create a simple relation using RelationSupport for a relation type within the relation service. |
RoleResult |
RelationServiceMBean.getAllRoles(java.lang.String relationId)
Retrieves all the roles for a given relation id. |
java.util.List |
RelationServiceMBean.getRole(java.lang.String relationId,
java.lang.String roleName)
Retrieves MBeans in a role for a given relation id. |
RoleResult |
RelationServiceMBean.getRoles(java.lang.String relationId,
java.lang.String[] roleNames)
Retrieves selected roles for a relation. |
void |
RelationServiceMBean.isActive()
Checks whether the relation service is active, i.e. |
void |
RelationServiceMBean.purgeRelations()
Purge relations. |
void |
RelationServiceMBean.removeRelation(java.lang.String relationId)
Removes a relation from the relation service. |
void |
RelationServiceMBean.removeRelationType(java.lang.String relationTypeName)
Removes a relation type from the relation service. |
void |
RelationServiceMBean.setRole(java.lang.String relationId,
Role role)
Sets the role in the passed relation. |
RoleResult |
RelationServiceMBean.setRoles(java.lang.String relationId,
RoleList roles)
Sets the roles in the passed relation. |
void |
RelationServiceMBean.updateRoleMap(java.lang.String relationId,
Role newRole,
java.util.List oldRoleValue)
Handles the update of the relation service role map when a role is changed. |
void |
RelationService.addRelation(javax.management.ObjectName relation)
|
void |
RelationService.createRelation(java.lang.String relationId,
java.lang.String relationTypeName,
RoleList roleList)
|
RoleResult |
RelationService.getAllRoles(java.lang.String relationId)
|
java.util.List |
RelationService.getRole(java.lang.String relationId,
java.lang.String roleName)
|
RoleResult |
RelationService.getRoles(java.lang.String relationId,
java.lang.String[] roleNames)
|
void |
RelationService.isActive()
|
void |
RelationService.purgeRelations()
|
void |
RelationService.removeRelation(java.lang.String relationId)
|
void |
RelationService.removeRelationType(java.lang.String relationTypeName)
|
void |
RelationService.setRole(java.lang.String relationId,
Role role)
|
RoleResult |
RelationService.setRoles(java.lang.String relationId,
RoleList roles)
|
void |
RelationService.updateRoleMap(java.lang.String relationId,
Role newRole,
java.util.List oldRoleValue)
|
RoleResult |
Relation.getAllRoles()
Retrieves all the roles in this relation. |
java.util.List |
Relation.getRole(java.lang.String roleName)
Retrieves the role for the passed role name. |
RoleResult |
Relation.getRoles(java.lang.String[] roleNames)
Retrieves the roles in this relation with the passed names. |
void |
Relation.handleMBeanUnregistration(javax.management.ObjectName objectName,
java.lang.String roleName)
The relation service will call this service when an MBean referenced in a role is unregistered. |
void |
Relation.setRole(Role role)
Sets the passed role for this relation. |
RoleResult |
Relation.setRoles(RoleList roleList)
Sets the roles. |
|
|||||||||
| Home >> All >> javax >> management >> [ relation overview ] | PREV NEXT | ||||||||