|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoleNotFoundException | |
javax.management.relation | The JBossMX relation service. |
Uses of RoleNotFoundException in javax.management.relation |
Methods in javax.management.relation that throw RoleNotFoundException | |
List |
RelationSupport.getRole(String roleName)
|
Integer |
RelationSupport.getRoleCardinality(String roleName)
|
void |
RelationSupport.handleMBeanUnregistration(ObjectName objectName,
String roleName)
|
void |
RelationSupport.setRole(Role role)
|
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. |
List |
RelationServiceMBean.getRole(String relationId,
String roleName)
Retrieves MBeans in a role for a given relation id. |
Integer |
RelationServiceMBean.getRoleCardinality(String relationId,
String roleName)
Retrieves the number of MBeans in a role for a given relation id. |
void |
RelationServiceMBean.setRole(String relationId,
Role role)
Sets the role in the passed relation. |
void |
RelationService.addRelation(ObjectName relation)
|
void |
RelationService.createRelation(String relationId,
String relationTypeName,
RoleList roleList)
|
List |
RelationService.getRole(String relationId,
String roleName)
|
Integer |
RelationService.getRoleCardinality(String relationId,
String roleName)
|
void |
RelationService.setRole(String relationId,
Role role)
|
List |
Relation.getRole(String roleName)
Retrieves the role for the passed role name. |
Integer |
Relation.getRoleCardinality(String roleName)
Retrieves the number of MBeans in a given role. |
void |
Relation.setRole(Role role)
Sets the passed role for this relation. |
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 |