Searched refs:cacheMBeanInfo (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/javax/management/standardmbean/
H A DDeadlockTest.java45 public void cacheMBeanInfo(MBeanInfo mi) { method in class:DeadlockTest
46 super.cacheMBeanInfo(mi);
150 System.out.println("WorkingBoy-run: calling cacheMBeanInfo ...");
151 sm.cacheMBeanInfo(null);
/openjdk7/jdk/test/javax/management/mxbean/
H A DStandardMBeanOverrideTest.java28 * when overriding the methods cacheMBeanInfo, getCachedMBeanInfo,
90 protected void cacheMBeanInfo(MBeanInfo info) { method in class:StandardMBeanOverrideTest.TestClass1
91 super.cacheMBeanInfo(info);
144 protected void cacheMBeanInfo(MBeanInfo info) { method in class:StandardMBeanOverrideTest.TestClass6
145 super.cacheMBeanInfo(info);
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMethodResultTest.java280 public void cacheMBeanInfo(MBeanInfo mbi) { method in class:MethodResultTest.Thing
283 super.cacheMBeanInfo(mbi);
/openjdk7/jdk/src/share/classes/javax/management/
H A DStandardMBean.java425 * Finally, it calls {@link #cacheMBeanInfo(javax.management.MBeanInfo)
426 * cacheMBeanInfo()} in order to cache the new MBeanInfo.
466 cacheMBeanInfo(nmbi);
791 * @see #cacheMBeanInfo(MBeanInfo)
814 protected void cacheMBeanInfo(MBeanInfo info) { method in class:StandardMBean
1157 * getMBeanInfo, getCachedMBeanInfo, cacheMBeanInfo and getNotificationInfo
1204 // Check for "void cacheMBeanInfo(MBeanInfo)" method.
1207 "cacheMBeanInfo", MBeanInfo.class))

Completed in 60 milliseconds