|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
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 | |
---|---|
RoleResult |
RelationService.getAllRoles(String theRelId)
Returns all roles present in the relation. |
RoleResult |
RelationServiceMBean.getAllRoles(String theRelId)
Returns all roles present in the relation. |
Map |
RelationService.getReferencedMBeans(String theRelId)
Retrieves MBeans referenced in the various roles of the relation. |
Map |
RelationServiceMBean.getReferencedMBeans(String theRelId)
Retrieves MBeans referenced in the various roles of the relation. |
String |
RelationService.getRelationTypeName(String theRelId)
Returns name of associated relation type for given relation. |
String |
RelationServiceMBean.getRelationTypeName(String theRelId)
Returns name of associated relation type for given relation. |
List |
RelationService.getRole(String theRelId,
String theRoleName)
Retrieves role value for given role name in given relation. |
List |
RelationServiceMBean.getRole(String theRelId,
String theRoleName)
Retrieves role value for given role name in given relation. |
Integer |
RelationService.getRoleCardinality(String theRelId,
String theRoleName)
Retrieves the number of MBeans currently referenced in the given role. |
Integer |
RelationServiceMBean.getRoleCardinality(String theRelId,
String theRoleName)
Retrieves the number of MBeans currently referenced in the given role. |
RoleResult |
RelationService.getRoles(String theRelId,
String[] theRoleNameArray)
Retrieves values of roles with given names in given relation. |
RoleResult |
RelationServiceMBean.getRoles(String theRelId,
String[] theRoleNameArray)
Retrieves values of roles with given names in given relation. |
void |
RelationSupport.handleMBeanUnregistration(ObjectName theObjName,
String theRoleName)
Callback used by the Relation Service when a MBean referenced in a role is unregistered. |
void |
Relation.handleMBeanUnregistration(ObjectName theObjName,
String theRoleName)
Callback used by the Relation Service when a MBean referenced in a role is unregistered. |
ObjectName |
RelationService.isRelationMBean(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. |
ObjectName |
RelationServiceMBean.isRelationMBean(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.removeRelation(String theRelId)
Removes given relation from the Relation Service. |
void |
RelationServiceMBean.removeRelation(String theRelId)
Removes given relation from the Relation Service. |
void |
RelationService.sendRelationCreationNotification(String theRelId)
Sends a notification (RelationNotification) for a relation creation. |
void |
RelationServiceMBean.sendRelationCreationNotification(String theRelId)
Sends a notification (RelationNotification) for a relation creation. |
void |
RelationService.sendRelationRemovalNotification(String theRelId,
List theUnregMBeanList)
Sends a notification (RelationNotification) for a relation removal. |
void |
RelationServiceMBean.sendRelationRemovalNotification(String theRelId,
List theUnregMBeanList)
Sends a notification (RelationNotification) for a relation removal. |
void |
RelationService.sendRoleUpdateNotification(String theRelId,
Role theNewRole,
List theOldRoleValue)
Sends a notification (RelationNotification) for a role update in the given relation. |
void |
RelationServiceMBean.sendRoleUpdateNotification(String theRelId,
Role theNewRole,
List theOldRoleValue)
Sends a notification (RelationNotification) for a role update in the given relation. |
void |
RelationSupport.setRole(Role theRole)
Sets the given role. |
void |
Relation.setRole(Role theRole)
Sets the given role. |
void |
RelationService.setRole(String theRelId,
Role theRole)
Sets the given role in given relation. |
void |
RelationServiceMBean.setRole(String theRelId,
Role theRole)
Sets the given role in given relation. |
RoleResult |
RelationSupport.setRoles(RoleList theRoleList)
Sets the given roles. |
RoleResult |
Relation.setRoles(RoleList theRoleList)
Sets the given roles. |
RoleResult |
RelationService.setRoles(String theRelId,
RoleList theRoleList)
Sets the given roles in given relation. |
RoleResult |
RelationServiceMBean.setRoles(String theRelId,
RoleList theRoleList)
Sets the given roles in given relation. |
void |
RelationService.updateRoleMap(String theRelId,
Role theNewRole,
List theOldRoleValue)
Handles update of the Relation Service role map for the update of given role in given relation. |
void |
RelationServiceMBean.updateRoleMap(String theRelId,
Role theNewRole,
List theOldRoleValue)
Handles update of the Relation Service role map for the update of given role in given relation. |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.