|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationServiceNotRegisteredException | |
javax.management.relation | Provides the definition of the Relation service. |
Uses of RelationServiceNotRegisteredException in javax.management.relation |
Methods in javax.management.relation that throw RelationServiceNotRegisteredException | |
java.util.List |
RelationSupport.getRole(java.lang.String theRoleName)
Retrieves role value for given role name. |
RoleResult |
RelationSupport.getRoles(java.lang.String[] theRoleNameArray)
Retrieves values of roles with given names. |
RoleResult |
RelationSupport.getAllRoles()
Returns all roles present in the relation. |
void |
RelationSupport.setRole(Role theRole)
Sets the given role. |
RoleResult |
RelationSupport.setRoles(RoleList theRoleList)
Sets the given roles. |
void |
RelationSupport.handleMBeanUnregistration(ObjectName theObjName,
java.lang.String theRoleName)
Callback used by the Relation Service when a MBean referenced in a role is unregistered. |
java.util.List |
Relation.getRole(java.lang.String theRoleName)
Retrieves role value for given role name. |
RoleResult |
Relation.getRoles(java.lang.String[] theRoleNameArray)
Retrieves values of roles with given names. |
RoleResult |
Relation.getAllRoles()
Returns all roles present in the relation. |
void |
Relation.setRole(Role theRole)
Sets the given role. |
RoleResult |
Relation.setRoles(RoleList theRoleList)
Sets the given roles. |
void |
Relation.handleMBeanUnregistration(ObjectName theObjName,
java.lang.String theRoleName)
Callback used by the Relation Service when a MBean referenced in a role is unregistered. |
void |
RelationService.isActive()
Checks if the Relation Service is active. |
void |
RelationService.removeRelationType(java.lang.String theRelTypeName)
Removes given relation type from Relation Service. |
void |
RelationService.createRelation(java.lang.String theRelId,
java.lang.String theRelTypeName,
RoleList theRoleList)
Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service. |
void |
RelationService.addRelation(ObjectName theRelObjectName)
Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service. |
void |
RelationService.updateRoleMap(java.lang.String theRelId,
Role theNewRole,
java.util.List theOldRoleValue)
Handles update of the Relation Service role map for the update of given role in given relation. |
void |
RelationService.removeRelation(java.lang.String theRelId)
Removes given relation from the Relation Service. |
void |
RelationService.purgeRelations()
Purges the relations. |
java.util.List |
RelationService.getRole(java.lang.String theRelId,
java.lang.String theRoleName)
Retrieves role value for given role name in given relation. |
RoleResult |
RelationService.getRoles(java.lang.String theRelId,
java.lang.String[] theRoleNameArray)
Retrieves values of roles with given names in given relation. |
RoleResult |
RelationService.getAllRoles(java.lang.String theRelId)
Returns all roles present in the relation. |
void |
RelationService.setRole(java.lang.String theRelId,
Role theRole)
Sets the given role in given relation. |
RoleResult |
RelationService.setRoles(java.lang.String theRelId,
RoleList theRoleList)
Sets the given roles in given relation. |
void |
RelationServiceMBean.isActive()
Checks if the Relation Service is active. |
void |
RelationServiceMBean.removeRelationType(java.lang.String theRelTypeName)
Removes given relation type from Relation Service. |
void |
RelationServiceMBean.createRelation(java.lang.String theRelId,
java.lang.String theRelTypeName,
RoleList theRoleList)
Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service. |
void |
RelationServiceMBean.addRelation(ObjectName theRelObjectName)
Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service. |
void |
RelationServiceMBean.updateRoleMap(java.lang.String theRelId,
Role theNewRole,
java.util.List theOldRoleValue)
Handles update of the Relation Service role map for the update of given role in given relation. |
void |
RelationServiceMBean.removeRelation(java.lang.String theRelId)
Removes given relation from the Relation Service. |
void |
RelationServiceMBean.purgeRelations()
Purges the relations. |
java.util.List |
RelationServiceMBean.getRole(java.lang.String theRelId,
java.lang.String theRoleName)
Retrieves role value for given role name in given relation. |
RoleResult |
RelationServiceMBean.getRoles(java.lang.String theRelId,
java.lang.String[] theRoleNameArray)
Retrieves values of roles with given names in given relation. |
RoleResult |
RelationServiceMBean.getAllRoles(java.lang.String theRelId)
Returns all roles present in the relation. |
void |
RelationServiceMBean.setRole(java.lang.String theRelId,
Role theRole)
Sets the given role in given relation. |
RoleResult |
RelationServiceMBean.setRoles(java.lang.String theRelId,
RoleList theRoleList)
Sets the given roles in given relation. |
|
Maintenance Release jmx-1.2.1-b14 2003.07.15_17:22:05_MEST |
||||||||||
PREV NEXT | FRAMES NO FRAMES |