Searched refs:NOTIF_TYPE (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/management/proxy/
H A DNotificationEmitterProxy.java189 public static final String NOTIF_TYPE = "simple.equals"; field in class:NotificationEmitterProxy.Simple
193 sendNotification(new Notification(NOTIF_TYPE,this,seq(),x));
/openjdk7/jdk/test/javax/management/remote/mandatory/threads/
H A DExecutorTest.java71 private static final String NOTIF_TYPE = "test.type"; field in class:ExecutorTest
156 filter.enableType(NOTIF_TYPE);
189 sendNotification(new Notification(NOTIF_TYPE, this, seq++));

Completed in 30 milliseconds