|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoleNotFoundException | |
javax.management.relation | Provides the definition of the Relation service. |
Uses of RoleNotFoundException in javax.management.relation |
Methods in javax.management.relation that throw RoleNotFoundException | |
java.util.List |
RelationSupport.getRole(java.lang.String theRoleName)
Retrieves role value for given role name. |
java.lang.Integer |
RelationSupport.getRoleCardinality(java.lang.String theRoleName)
Returns the number of MBeans currently referenced in the given role. |
void |
RelationSupport.setRole(Role theRole)
Sets the given role. |
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. |
java.lang.Integer |
Relation.getRoleCardinality(java.lang.String theRoleName)
Returns the number of MBeans currently referenced in the given role. |
void |
Relation.setRole(Role theRole)
Sets the given role. |
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.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. |
java.util.List |
RelationService.getRole(java.lang.String theRelId,
java.lang.String theRoleName)
Retrieves role value for given role name in given 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. |
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. |
java.util.List |
RelationServiceMBean.getRole(java.lang.String theRelId,
java.lang.String theRoleName)
Retrieves role value for given role name in given 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. |
|
Maintenance Release jmx-1.2.1-b14 2003.07.15_17:22:05_MEST |
||||||||||
PREV NEXT | FRAMES NO FRAMES |