|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationNotFoundException | |
javax.management.relation | Provides the definition of the Relation service. |
Uses of RelationNotFoundException in javax.management.relation |
Methods in javax.management.relation that throw RelationNotFoundException | |
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. |
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. |
ObjectName |
RelationService.isRelationMBean(java.lang.String theRelId)
If the relation is represented by an MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean. |
void |
RelationService.sendRelationCreationNotification(java.lang.String theRelId)
Sends a notification (RelationNotification) for a relation creation. |
void |
RelationService.sendRoleUpdateNotification(java.lang.String theRelId,
Role theNewRole,
java.util.List theOldRoleValue)
Sends a notification (RelationNotification) for a role update in the given relation. |
void |
RelationService.sendRelationRemovalNotification(java.lang.String theRelId,
java.util.List theUnregMBeanList)
Sends a notification (RelationNotification) for a relation removal. |
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. |
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. |
java.lang.Integer |
RelationService.getRoleCardinality(java.lang.String theRelId,
java.lang.String theRoleName)
Retrieves the number of MBeans currently referenced in the given role. |
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. |
java.util.Map |
RelationService.getReferencedMBeans(java.lang.String theRelId)
Retrieves MBeans referenced in the various roles of the relation. |
java.lang.String |
RelationService.getRelationTypeName(java.lang.String theRelId)
Returns name of associated relation type for given relation. |
ObjectName |
RelationServiceMBean.isRelationMBean(java.lang.String theRelId)
If the relation is represented by an MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean. |
void |
RelationServiceMBean.sendRelationCreationNotification(java.lang.String theRelId)
Sends a notification (RelationNotification) for a relation creation. |
void |
RelationServiceMBean.sendRoleUpdateNotification(java.lang.String theRelId,
Role theNewRole,
java.util.List theOldRoleValue)
Sends a notification (RelationNotification) for a role update in the given relation. |
void |
RelationServiceMBean.sendRelationRemovalNotification(java.lang.String theRelId,
java.util.List theUnregMBeanList)
Sends a notification (RelationNotification) for a relation removal. |
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. |
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. |
java.lang.Integer |
RelationServiceMBean.getRoleCardinality(java.lang.String theRelId,
java.lang.String theRoleName)
Retrieves the number of MBeans currently referenced in the given role. |
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. |
java.util.Map |
RelationServiceMBean.getReferencedMBeans(java.lang.String theRelId)
Retrieves MBeans referenced in the various roles of the relation. |
java.lang.String |
RelationServiceMBean.getRelationTypeName(java.lang.String theRelId)
Returns name of associated relation type for given relation. |
|
Maintenance Release jmx-1.2.1-b14 2003.07.15_17:22:05_MEST |
||||||||||
PREV NEXT | FRAMES NO FRAMES |