Searched refs:MBeanRegistration (Results 1 - 25 of 29) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanRegistration.java38 public interface MBeanRegistration { interface
/openjdk7/jdk/src/share/classes/sun/management/
H A DHotspotInternal.java28 import javax.management.MBeanRegistration;
40 implements HotspotInternalMBean, MBeanRegistration {
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanSupport.java35 import javax.management.MBeanRegistration;
123 implements DynamicMBean2, MBeanRegistration {
166 if (resource instanceof MBeanRegistration)
167 name = ((MBeanRegistration) resource).preRegister(server, name);
181 if (resource instanceof MBeanRegistration)
182 ((MBeanRegistration) resource).postRegister(registrationDone);
186 if (resource instanceof MBeanRegistration)
187 ((MBeanRegistration) resource).preDeregister();
197 if (resource instanceof MBeanRegistration)
198 ((MBeanRegistration) resourc
[all...]
H A DMBeanServerDelegateImpl.java38 import javax.management.MBeanRegistration;
54 implements DynamicMBean, MBeanRegistration {
/openjdk7/jdk/test/javax/management/mxbean/
H A DPreRegisterNameTest.java33 import javax.management.MBeanRegistration;
47 public static class Spume implements SpumeMXBean, MBeanRegistration {
72 public static class Thing implements ThingMBean, MBeanRegistration {
H A DMXBeanPreRegisterTest.java42 public static class Base implements MBeanRegistration {
87 " call MBeanRegistration methods";
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DPostRegisterDeadlockTest2.java39 public static class Empty implements EmptyMBean, MBeanRegistration {
H A DPreDeregisterDeadlockTest.java27 * @summary Test deadlock in MBeanRegistration.preDeregister method
40 public static class Blibby implements BlibbyMBean, MBeanRegistration {
84 public static class Blobby implements BlobbyMBean, MBeanRegistration {
H A DPreRegisterTest.java27 * @summary Test that MBeanRegistration can change caller ObjectName
34 /* Check that an ObjectName returned by MBeanRegistration.preRegister is
53 public static class X implements XMBean, MBeanRegistration {
H A DNewMBeanListenerTest.java104 implements BroadcasterMBean, MBeanRegistration {
H A DOldMBeanServerTest.java63 import javax.management.MBeanRegistration;
487 MBeanRegistration reg = mbeanRegistration(object);
523 MBeanRegistration reg = mbeanRegistration(mbean);
1014 implements WrapDynamicMBean, MBeanRegistration {
1375 private static final MBeanRegistration noRegistration =
1376 new MBeanRegistration() {
1391 private static MBeanRegistration mbeanRegistration(Object object) {
1392 if (object instanceof MBeanRegistration)
1393 return (MBeanRegistration) object;
H A DPostRegisterDeadlockTest.java27 * @summary Test deadlock in MBeanRegistration.postRegister method
41 public static class Blibby implements BlibbyMBean, MBeanRegistration {
H A DPostExceptionTest.java289 * This enum lists the 4 methods in MBeanRegistration.
297 // MBeanRegistration method ("this" is one of the 4 enum values above)
443 * MBeanRegistration methods.
454 * MBeanRegistration methods.
457 implements ExceptionalWombatMBean, MBeanRegistration {
/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXConnectorServer.java35 import javax.management.MBeanRegistration;
67 implements JMXConnectorServerMBean, MBeanRegistration, JMXAddressable {
338 // implements MBeanRegistration
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DResultLogManager.java56 import javax.management.MBeanRegistration;
82 implements ResultLogManagerMXBean, MBeanRegistration {
H A DScanDirConfig.java104 implements ScanDirConfigMXBean, MBeanRegistration {
H A DScanManager.java73 import javax.management.MBeanRegistration;
104 NotificationEmitter, MBeanRegistration {
132 * this reference by implementing the {@link MBeanRegistration}
970 // MBeanRegistration support
971 // The methods below are imported from {@link MBeanRegistration}
1157 // End of MBeanRegistration support
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java69 import javax.management.MBeanRegistration;
152 * {@link javax.management.MBeanRegistration} interface.
432 if (instance instanceof MBeanRegistration)
433 preDeregisterInvoke((MBeanRegistration) instance);
451 if (instance instanceof MBeanRegistration)
452 postDeregisterInvoke(name,(MBeanRegistration) instance);
869 * <li>If the <code>object</code> implements the MBeanRegistration
874 * MBeanRegistration interface, it invokes postRegister()
1006 if (mbean instanceof MBeanRegistration)
1007 newName = ((MBeanRegistration) mbea
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibAgent.java41 import javax.management.MBeanRegistration;
66 implements SnmpMibAgentMBean, MBeanRegistration, Serializable {
/openjdk7/jdk/src/share/classes/javax/management/timer/
H A DTimer.java43 import javax.management.MBeanRegistration;
82 implements TimerMBean, MBeanRegistration {
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicatorServer.java44 import javax.management.MBeanRegistration;
116 implements Runnable, MBeanRegistration, NotificationBroadcaster,
1291 // MBeanRegistration
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DScanManagerTest.java60 import javax.management.MBeanRegistration;
/openjdk7/jdk/src/share/classes/javax/management/loading/
H A DMLet.java63 import javax.management.MBeanRegistration;
172 implements MLetMBean, MBeanRegistration, Externalizable {
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java57 import javax.management.MBeanRegistration;
77 implements MonitorMBean, MBeanRegistration {
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationSupport.java42 import javax.management.MBeanRegistration;
64 * <P>It implements also the MBeanRegistration interface to be able to retrieve
71 implements RelationSupportMBean, MBeanRegistration {
663 // MBeanRegistration interface

Completed in 242 milliseconds

12