Searched defs:RelationNotification (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationNotification.java52 * A RelationNotification notification is sent when a relation is created via
62 public class RelationNotification extends Notification { class in inherits:Notification
250 public RelationNotification(String notifType, method in class:RelationNotification
297 public RelationNotification(String notifType, method in class:RelationNotification
475 String[] validTypes= {RelationNotification.RELATION_BASIC_CREATION,
476 RelationNotification.RELATION_MBEAN_CREATION,
477 RelationNotification.RELATION_BASIC_REMOVAL,
478 RelationNotification.RELATION_MBEAN_REMOVAL};
487 if (!(notifType.equals(RelationNotification.RELATION_BASIC_UPDATE)) &&
488 !(notifType.equals(RelationNotification
[all...]

Completed in 183 milliseconds