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

/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...]
/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/monitor/
H A DMonitor.java1125 String notifType = null;
1162 notifType = OBSERVED_ATTRIBUTE_TYPE_ERROR;
1173 notifType = RUNTIME_ERROR;
1188 notifType = OBSERVED_OBJECT_ERROR;
1203 notifType = OBSERVED_ATTRIBUTE_ERROR;
1218 notifType = RUNTIME_ERROR;
1230 notifType = RUNTIME_ERROR;
1242 notifType = RUNTIME_ERROR;
1254 notifType = RUNTIME_ERROR;
1294 notifType
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/amx/
H A DMBeanListener.java317 final String notifType = notif.getType();
318 if (MBeanServerNotification.REGISTRATION_NOTIFICATION.equals(notifType))
322 else if (MBeanServerNotification.UNREGISTRATION_NOTIFICATION.equals(notifType))
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationBufferTest.java92 final String notifType =
99 regFilter.enableType(notifType);
279 (i < 2) ? notifType : "tiddly.pom";
318 (i < 1) ? notifType
337 || !tns[0].getNotification().getType().equals(notifType)) {
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java1448 final String notifType = JMXConnectionNotification.NOTIFS_LOST;
1451 new JMXConnectionNotification(notifType,

Completed in 63 milliseconds