Methods in javax.management.relation that throw RelationServiceNotRegisteredException |
void |
RelationServiceMBean.isActive()
|
void |
RelationServiceMBean.removeRelationType(java.lang.String relationTypeName)
|
void |
RelationServiceMBean.createRelation(java.lang.String relationId,
java.lang.String relationTypeName,
RoleList roleList)
|
void |
RelationServiceMBean.addRelation(ObjectName relationObjectName)
|
void |
RelationServiceMBean.updateRoleMap(java.lang.String relationId,
Role newRole,
java.util.List oldRoleValues)
|
void |
RelationServiceMBean.removeRelation(java.lang.String relationId)
|
void |
RelationServiceMBean.purgeRelations()
|
java.util.List |
RelationServiceMBean.getRole(java.lang.String relationId,
java.lang.String roleName)
|
RoleResult |
RelationServiceMBean.getRoles(java.lang.String relationId,
java.lang.String[] roleNames)
|
RoleResult |
RelationServiceMBean.getAllRoles(java.lang.String relationId)
|
void |
RelationServiceMBean.setRole(java.lang.String relationId,
Role role)
|
RoleResult |
RelationServiceMBean.setRoles(java.lang.String relationId,
RoleList roleList)
|
void |
RelationService.isActive()
|
void |
RelationService.removeRelationType(java.lang.String relationTypeName)
|
void |
RelationService.createRelation(java.lang.String relationId,
java.lang.String relationTypeName,
RoleList roleList)
|
void |
RelationService.addRelation(ObjectName relationMBeanObjectName)
Add relation of a class that extends RelationSupport, is an external relation and can only be created with this method
createRelation() is for internal relations only |
void |
RelationService.updateRoleMap(java.lang.String relationId,
Role role,
java.util.List oldRoleValues)
Handles update of the RelationService role map for the update of given roles in a given relation |
void |
RelationService.removeRelation(java.lang.String relationId)
|
void |
RelationService.purgeRelations()
|
java.util.List |
RelationService.getRole(java.lang.String relationId,
java.lang.String roleName)
|
RoleResult |
RelationService.getRoles(java.lang.String relationId,
java.lang.String[] roleNames)
|
RoleResult |
RelationService.getAllRoles(java.lang.String relationId)
|
void |
RelationService.setRole(java.lang.String relationId,
Role role)
|
RoleResult |
RelationService.setRoles(java.lang.String relationId,
RoleList roleList)
|
java.util.List |
RelationSupport.getRole(java.lang.String roleName)
|
RoleResult |
RelationSupport.getRoles(java.lang.String[] roleNames)
|
RoleResult |
RelationSupport.getAllRoles()
|
void |
RelationSupport.setRole(Role role)
|
RoleResult |
RelationSupport.setRoles(RoleList roleList)
|
void |
RelationSupport.handleMBeanUnregistration(ObjectName objectName,
java.lang.String roleName)
|
java.util.List |
Relation.getRole(java.lang.String roleName)
|
RoleResult |
Relation.getRoles(java.lang.String[] roleNames)
|
RoleResult |
Relation.getAllRoles()
|
void |
Relation.setRole(Role role)
|
RoleResult |
Relation.setRoles(RoleList roleList)
|
void |
Relation.handleMBeanUnregistration(ObjectName objectName,
java.lang.String roleName)
|