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

/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryImpl.java131 private static String getNotifMsg(String notifType) { argument
133 if (notifType == notifTypes[i]) {
145 static void createNotification(String notifType, argument
155 String msg = getNotifMsg(notifType);
156 Notification notif = new Notification(notifType,
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationNotification.java219 * @param notifType type of the notification; either:
250 public RelationNotification(String notifType, argument
261 super(notifType, sourceObj, sequence, timeStamp, message);
263 if (!isValidBasic(notifType,sourceObj,id,typeName) || !isValidCreate(notifType)) {
276 * @param notifType type of the notification; either:
297 public RelationNotification(String notifType, argument
311 super(notifType, sourceObj, sequence, timeStamp, message);
313 if (!isValidBasic(notifType,sourceObj,id,typeName) || !isValidUpdate(notifType,nam
460 isValidBasic(String notifType, Object sourceObj, String id, String typeName) argument
474 isValidCreate(String notifType) argument
484 isValidUpdate(String notifType, String name, List<ObjectName> newValue, List<ObjectName> oldValue) argument
[all...]

Completed in 26 milliseconds