Searched refs:RelationService (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationService.java72 public class RelationService extends NotificationBroadcasterSupport class in inherits:NotificationBroadcasterSupport,RelationServiceMBean,MBeanRegistration,NotificationListener
158 public RelationService(boolean immediatePurgeFlag) { method in class:RelationService
160 RELATION_LOGGER.entering(RelationService.class.getName(),
161 "RelationService");
165 RELATION_LOGGER.exiting(RelationService.class.getName(),
166 "RelationService");
289 RELATION_LOGGER.entering(RelationService.class.getName(),
298 RELATION_LOGGER.exiting(RelationService.class.getName(),
328 RELATION_LOGGER.entering(RelationService.class.getName(),
349 RELATION_LOGGER.exiting(RelationService
[all...]
H A DRelationSupport.java127 * {@code RelationService} and no checks are performed to
194 * {@code RelationService} and no checks are performed to
419 RelationService.throwRoleProblemException(pbType,
770 RelationService relationServ,
873 RelationService.throwRoleProblemException(pbType,
914 RelationService relationServ)
985 RelationService relationServ)
1019 // above and in RelationService setRoles() method).
1071 RelationService relationServ,
1233 RelationService
[all...]
H A DRelationNotification.java225 * an ObjectName or a RelationService object. In the latter case it must be
280 * an ObjectName or a RelationService object. In the latter case it must be
434 // be a RelationService object.
466 if (!(sourceObj instanceof RelationService) &&
/openjdk7/jdk/test/javax/management/relation/
H A DNonArrayListTest.java42 RelationService rs = new RelationService(true);
43 ObjectName rsName = new ObjectName("r:type=RelationService");
124 testName = "RelationService.sendNotification";
134 testName = "RelationService.updateRoleMap";
/openjdk7/jdk/test/javax/management/generified/
H A DGenericTest.java251 ObjectName relSvcName = new ObjectName(":type=RelationService");
252 RelationService relSvcObject = new RelationService(true);
289 check("Map<ObjectName,List<String>> RelationService.findAssociatedMBeans",
297 check("Map<String,List<String>> RelationService.findReferencingRelations",
302 check("List<String> RelationService.findRelationsOfType",
307 check("List<String> RelationService.getAllRelationIds()",
312 check("List<String> RelationService.getAllRelationTypeNames",
317 check("Map<ObjectName,List<String>> RelationService.getReferencedMBeans",
324 check("List<ObjectName> RelationService
[all...]
/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DNotificationInfoTest.java153 check(new RelationService(false));

Completed in 30 milliseconds