|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidRoleValueException | |
javax.management.relation |
Uses of InvalidRoleValueException in javax.management.relation |
Methods in javax.management.relation that throw InvalidRoleValueException | |
void |
RelationSupport.setRole(Role role)
|
void |
RelationSupport.handleMBeanUnregistration(ObjectName objectName,
java.lang.String roleName)
|
void |
Relation.setRole(Role role)
|
void |
Relation.handleMBeanUnregistration(ObjectName objectName,
java.lang.String roleName)
|
void |
RelationService.createRelation(java.lang.String relationId,
java.lang.String relationTypeName,
RoleList roleList)
According to the RI spec this method is used only to create internal relations so can instantiate the InternalRelation class here and isRelationMBean() should return null. |
void |
RelationService.addRelation(ObjectName relationMBeanObjectName)
Add relation of a class that extends RelationSupport, is an external relation and can only be created with this method createRelation() is for internal relations only |
void |
RelationService.setRole(java.lang.String relationId,
Role role)
|
void |
RelationServiceMBean.createRelation(java.lang.String relationId,
java.lang.String relationTypeName,
RoleList roleList)
|
void |
RelationServiceMBean.addRelation(ObjectName relationObjectName)
|
void |
RelationServiceMBean.setRole(java.lang.String relationId,
Role role)
|
Constructors in javax.management.relation that throw InvalidRoleValueException | |
RelationSupport(java.lang.String relationId,
ObjectName relationServiceObjectName,
MBeanServer server,
java.lang.String relationTypeName,
RoleList roleList)
|
|
RelationSupport(java.lang.String relationId,
ObjectName relationServiceObjectName,
java.lang.String relationTypeName,
RoleList roleList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |