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

12

/openjdk7/jdk/test/javax/management/notification/
H A DNotifInfoTest.java53 if (!Arrays.deepEquals(mninfo2, support1.getNotificationInfo()) ||
54 !Arrays.deepEquals(mninfo2, support2.getNotificationInfo())) {
59 MBeanNotificationInfo[] mninfo3 = support1.getNotificationInfo();
62 if (!Arrays.deepEquals(mninfo2, support1.getNotificationInfo()))
/openjdk7/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()
59 public MBeanNotificationInfo[] getNotificationInfo() { method in class:ImmutableNotificationInfoTest.UserBroadcaster
70 public MBeanNotificationInfo[] getNotificationInfo() { method in class:ImmutableNotificationInfoTest.OverrideNBS
H A DChangingNotifsTest.java45 public MBeanNotificationInfo[] getNotificationInfo() { method in class:ChangingNotifsTest.Base
H A DIdenticalMBeanInfoTest.java42 different arrays from getNotificationInfo(). Note that two MBeans
80 public MBeanNotificationInfo[] getNotificationInfo() { method in class:IdenticalMBeanInfoTest.Broadcaster
/openjdk7/jdk/src/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>
124 * <p>The array returned by {@link #getNotificationInfo()} on the
126 * {@code emitter.}{@link NotificationBroadcaster#getNotificationInfo
127 * getNotificationInfo()} at the time of construction. If the array
128 * returned by {@code emitter.getNotificationInfo()} later changes,
130 * {@code getNotificationInfo()}
260 public MBeanNotificationInfo[] getNotificationInfo() { method in class:StandardEmitterMBean
[all...]
H A DMBeanServerDelegate.java159 public MBeanNotificationInfo[] getNotificationInfo() { method in class:MBeanServerDelegate
H A DNotificationBroadcasterSupport.java105 * each call to {@link #getNotificationInfo()} returns a new
137 * each call to {@link #getNotificationInfo()} returns a new
210 public MBeanNotificationInfo[] getNotificationInfo() { method in class:NotificationBroadcasterSupport
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DGmbalMBeanNOPImpl.java97 public MBeanNotificationInfo[] getNotificationInfo() { method in class:GmbalMBeanNOPImpl
/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryManagerImpl.java82 public MBeanNotificationInfo[] getNotificationInfo() { method in class:MemoryManagerImpl
H A DMemoryImpl.java119 public MBeanNotificationInfo[] getNotificationInfo() { method in class:MemoryImpl
H A DNotificationEmitterSupport.java197 abstract public MBeanNotificationInfo[] getNotificationInfo(); method in class:NotificationEmitterSupport
H A DGarbageCollectorImpl.java109 public MBeanNotificationInfo[] getNotificationInfo() { method in class:GarbageCollectorImpl
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpTableSupport.java410 public MBeanNotificationInfo[] getNotificationInfo() { method in class:SnmpTableSupport
411 return meta.getNotificationInfo();
/openjdk7/jdk/test/javax/management/mxbean/
H A DStandardMBeanOverrideTest.java29 * getMBeanInfo and getNotificationInfo in StandardMBean and
123 public MBeanNotificationInfo[] getNotificationInfo() { method in class:StandardMBeanOverrideTest.TestClass4
180 public MBeanNotificationInfo[] getNotificationInfo() { method in class:StandardMBeanOverrideTest.TestClass9
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DStringMonitor.java347 public MBeanNotificationInfo[] getNotificationInfo() { method in class:StringMonitor
H A DGaugeMonitor.java483 public MBeanNotificationInfo[] getNotificationInfo() { method in class:GaugeMonitor
/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXConnectorServer.java192 public MBeanNotificationInfo[] getNotificationInfo() { method in class:JMXConnectorServer
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java106 null,getNotificationInfo());
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotSerializableNotifTest.java191 public MBeanNotificationInfo[] getNotificationInfo() { method in class:NotSerializableNotifTest.NotificationEmitter
H A DRMINotifTest.java189 public MBeanNotificationInfo[] getNotificationInfo() { method in class:RMINotifTest.NotificationEmitter
H A DUnexpectedNotifTest.java192 public MBeanNotificationInfo[] getNotificationInfo() { method in class:UnexpectedNotifTest.NotificationEmitter
/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DNotificationInfoTest.java55 * that ((NotificationBroadcaster) timer).getNotificationInfo() will
62 * In order to call getNotificationInfo(), we need an instance of the
178 check(mbean.getClass().getName(), mbean.getNotificationInfo());
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DResultLogManager.java470 public MBeanNotificationInfo[] getNotificationInfo() { method in class:ResultLogManager

Completed in 95 milliseconds

12