|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationServiceNotRegisteredException | |
javax.management.relation | The JBossMX relation service. |
Uses of RelationServiceNotRegisteredException in javax.management.relation |
Methods in javax.management.relation that throw RelationServiceNotRegisteredException | |
RoleResult |
RelationSupport.getAllRoles()
|
List |
RelationSupport.getRole(String roleName)
|
RoleResult |
RelationSupport.getRoles(String[] roleNames)
|
void |
RelationSupport.handleMBeanUnregistration(ObjectName objectName,
String roleName)
|
void |
RelationSupport.setRole(Role role)
|
RoleResult |
RelationSupport.setRoles(RoleList roleList)
|
void |
RelationServiceMBean.isActive()
Checks whether the relation service is active, i.e. |
void |
RelationServiceMBean.removeRelationType(String relationTypeName)
Removes a relation type from the relation service. |
void |
RelationServiceMBean.createRelation(String relationId,
String relationTypeName,
RoleList roleList)
Create a simple relation using RelationSupport for a relation
type within the relation service. |
void |
RelationServiceMBean.addRelation(ObjectName relation)
Add a manually created relation to the relation service. |
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. |
void |
RelationServiceMBean.purgeRelations()
Purge relations. |
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. |
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. |
void |
RelationService.addRelation(ObjectName relation)
|
void |
RelationService.createRelation(String relationId,
String relationTypeName,
RoleList roleList)
|
RoleResult |
RelationService.getAllRoles(String relationId)
|
List |
RelationService.getRole(String relationId,
String roleName)
|
RoleResult |
RelationService.getRoles(String relationId,
String[] roleNames)
|
void |
RelationService.isActive()
|
void |
RelationService.purgeRelations()
|
void |
RelationService.removeRelation(String relationId)
|
void |
RelationService.removeRelationType(String relationTypeName)
|
void |
RelationService.setRole(String relationId,
Role role)
|
RoleResult |
RelationService.setRoles(String relationId,
RoleList roles)
|
void |
RelationService.updateRoleMap(String relationId,
Role newRole,
List oldRoleValue)
|
List |
Relation.getRole(String roleName)
Retrieves the role for the passed role name. |
RoleResult |
Relation.getRoles(String[] roleNames)
Retrieves the roles in this relation with the passed names. |
RoleResult |
Relation.getAllRoles()
Retrieves all the roles in this relation. |
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 |