Searched refs:getNotificationInfo (Results 1 - 25 of 32) sorted by relevance

12

/openjdk10/jdk/test/javax/management/notification/
H A DNotifInfoTest.java54 if (!Arrays.deepEquals(mninfo2, support1.getNotificationInfo()) ||
55 !Arrays.deepEquals(mninfo2, support2.getNotificationInfo())) {
60 MBeanNotificationInfo[] mninfo3 = support1.getNotificationInfo();
63 if (!Arrays.deepEquals(mninfo2, support1.getNotificationInfo()))
/openjdk10/jdk/test/javax/management/Introspector/
H A DDuplicateGetterTest.java38 public MBeanNotificationInfo[] getNotificationInfo(); method in interface:DuplicateGetterTest.FooMBean
42 public MBeanNotificationInfo[] getNotificationInfo(); method in interface:DuplicateGetterTest.BazMBean
49 public MBeanNotificationInfo[] getNotificationInfo() { method in class:DuplicateGetterTest.Bar
H A DImmutableNotificationInfoTest.java28 * a NotificationBroadcasterSupport that doesn't override getNotificationInfo()
60 public MBeanNotificationInfo[] getNotificationInfo() { method in class:ImmutableNotificationInfoTest.UserBroadcaster
71 public MBeanNotificationInfo[] getNotificationInfo() { method in class:ImmutableNotificationInfoTest.OverrideNBS
H A DChangingNotifsTest.java46 public MBeanNotificationInfo[] getNotificationInfo() { method in class:ChangingNotifsTest.Base
H A DIdenticalMBeanInfoTest.java43 different arrays from getNotificationInfo(). Note that two MBeans
81 public MBeanNotificationInfo[] getNotificationInfo() { method in class:IdenticalMBeanInfoTest.Broadcaster
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DNotificationBroadcaster.java126 public MBeanNotificationInfo[] getNotificationInfo(); method in interface:NotificationBroadcaster
H A DStandardEmitterMBean.java86 * <p>The array returned by {@link #getNotificationInfo()} on the
88 * {@code emitter.}{@link NotificationBroadcaster#getNotificationInfo
89 * getNotificationInfo()} at the time of construction. If the array
90 * returned by {@code emitter.getNotificationInfo()} later changes,
92 * {@code getNotificationInfo()}.</p>
125 * <p>The array returned by {@link #getNotificationInfo()} on the
127 * {@code emitter.}{@link NotificationBroadcaster#getNotificationInfo
128 * getNotificationInfo()} at the time of construction. If the array
129 * returned by {@code emitter.getNotificationInfo()} later changes,
131 * {@code getNotificationInfo()}
262 public MBeanNotificationInfo[] getNotificationInfo() { method in class:StandardEmitterMBean
[all...]
H A DMBeanServerDelegate.java161 public MBeanNotificationInfo[] getNotificationInfo() { method in class:MBeanServerDelegate
H A DNotificationBroadcasterSupport.java106 * each call to {@link #getNotificationInfo()} returns a new
138 * each call to {@link #getNotificationInfo()} returns a new
211 public MBeanNotificationInfo[] getNotificationInfo() { method in class:NotificationBroadcasterSupport
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/org/glassfish/gmbal/
H A DGmbalMBeanNOPImpl.java97 public MBeanNotificationInfo[] getNotificationInfo() { method in class:GmbalMBeanNOPImpl
/openjdk10/jdk/src/java.management/share/classes/sun/management/
H A DMemoryManagerImpl.java82 public MBeanNotificationInfo[] getNotificationInfo() { method in class:MemoryManagerImpl
H A DMemoryImpl.java118 public MBeanNotificationInfo[] getNotificationInfo() { method in class:MemoryImpl
H A DNotificationEmitterSupport.java196 abstract public MBeanNotificationInfo[] getNotificationInfo(); method in class:NotificationEmitterSupport
/openjdk10/jdk/test/javax/management/mxbean/
H A DStandardMBeanOverrideTest.java29 * getMBeanInfo and getNotificationInfo in StandardMBean and
124 public MBeanNotificationInfo[] getNotificationInfo() { method in class:StandardMBeanOverrideTest.TestClass4
181 public MBeanNotificationInfo[] getNotificationInfo() { method in class:StandardMBeanOverrideTest.TestClass9
H A DBasic.java399 public MBeanNotificationInfo[] getNotificationInfo() { method in class:Basic
/openjdk10/jdk/src/jdk.management/share/classes/com/sun/management/internal/
H A DGarbageCollectorExtImpl.java84 public MBeanNotificationInfo[] getNotificationInfo() { method in class:GarbageCollectorExtImpl
H A DDiagnosticCommandImpl.java238 getNotificationInfo(), // notifications
347 public MBeanNotificationInfo[] getNotificationInfo() { method in class:DiagnosticCommandImpl
/openjdk10/jdk/src/java.management/share/classes/javax/management/remote/
H A DJMXConnectorServer.java192 public MBeanNotificationInfo[] getNotificationInfo() { method in class:JMXConnectorServer
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java106 null,getNotificationInfo());
/openjdk10/jdk/src/java.management/share/classes/javax/management/monitor/
H A DStringMonitor.java346 public MBeanNotificationInfo[] getNotificationInfo() { method in class:StringMonitor
H A DGaugeMonitor.java482 public MBeanNotificationInfo[] getNotificationInfo() { method in class:GaugeMonitor
/openjdk10/jdk/test/javax/management/remote/mandatory/notif/
H A DNotSerializableNotifTest.java154 public MBeanNotificationInfo[] getNotificationInfo() { method in class:NotSerializableNotifTest.NotificationEmitter
H A DUnexpectedNotifTest.java193 public MBeanNotificationInfo[] getNotificationInfo() { method in class:UnexpectedNotifTest.NotificationEmitter
H A DRMINotifTest.java189 public MBeanNotificationInfo[] getNotificationInfo() { method in class:RMINotifTest.NotificationEmitter
/openjdk10/jdk/test/javax/management/MBeanInfo/
H A DNotificationInfoTest.java60 * that ((NotificationBroadcaster) timer).getNotificationInfo() will
67 * In order to call getNotificationInfo(), we need an instance of the
170 check(mbean.getClass().getName(), mbean.getNotificationInfo());

Completed in 123 milliseconds

12