| Methods in javax.management.relation that throw InvalidRelationIdException |
void |
RelationService.createRelation(java.lang.String relationId,
java.lang.String relTypeName,
RoleList roleList)
doCreate a internal Relation |
void |
RelationService.addRelation(ObjectName objectName)
add a external Relation with it's DEFAULT_OBJECTNAME |
void |
RelationServiceMBean.createRelation(java.lang.String relationId,
java.lang.String relTypeName,
RoleList roleList)
Creates a simple relation (represented by a RelationSupport object) of
given relation type, and adds it in the Relation Service.
|
void |
RelationServiceMBean.addRelation(ObjectName objectName)
Adds a MBean created by te user (and registered by him in the MBean
Server) as a relation in the Relation Service.
|