-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b83
-
generic
-
generic
try this:
MBeanServerDelegateMBean delegate =
JMX.newMBeanProxy(ManagementFactory.getPlatformMBeanServer(),
MBeanServerDelegate.DELEGATE_NAME,
MBeanServerDelegateMBean.class,
true);
NotificationEmitter emitter = (NotificationEmitter)delegate;
=> ClassCastException
MBeanServerDelegateMBean delegate =
JMX.newMBeanProxy(ManagementFactory.getPlatformMBeanServer(),
MBeanServerDelegate.DELEGATE_NAME,
MBeanServerDelegateMBean.class,
true);
NotificationEmitter emitter = (NotificationEmitter)delegate;
=> ClassCastException