Searched refs:removeRelation (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/javax/management/relation/
H A DRelationNotificationSeqNoTest.java94 relSvc.removeRelation("relationName");
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationServiceMBean.java449 * <P>It is called in Relation Service removeRelation() method.
509 public void removeRelation(String relationId) method in interface:RelationServiceMBean
H A DRelationService.java475 // will be updated by removeRelation() below.
500 removeRelation(currRelId);
1155 * <P>It is called in Relation Service removeRelation() method.
1328 public void removeRelation(String relationId) method in class:RelationService
1342 "removeRelation", relationId);
1446 "removeRelation");
2476 removeRelation(relId);
3718 removeRelation(relationId);

Completed in 38 milliseconds