|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidRoleValueException | |
javax.management.relation | The JBossMX relation service. |
Uses of InvalidRoleValueException in javax.management.relation |
Methods in javax.management.relation that throw InvalidRoleValueException | |
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. |
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)
|
void |
RelationService.setRole(String relationId,
Role 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. |
Constructors in javax.management.relation that throw InvalidRoleValueException | |
RelationSupport(String relationId,
ObjectName relationService,
String relationTypeName,
RoleList roleList)
Construct a new relation support object. |
|
RelationSupport(String relationId,
ObjectName relationService,
MBeanServer mbeanServer,
String relationTypeName,
RoleList roleList)
Construct a new relation support object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |