Tom Elrod
2002-01-28 02:28:01 UTC
I have been working with the JMX Reference Implementation to build some
additional features (similar to the JDMK). I have everything working using
the JMX RI and found your implementation. I found that your version of the
NotificationBroadcaster interface has 3 method signatures for
removeNotificationListener() and the JMX RI implementation has 1. After
looking at the JMX spec., it says that:
"This method takes a reference to a NotificationListener object, as well as
a hand-back object."
The JMX RI implementation isn't even correct, in it only takes the
NotificationListener as a parameter. I know the specs. are vague, but
wondering why you added the extra ones?
Thanks.
-Tom
P.S. Also wondering if there are any future plans to add some of the extra
features as in the JDMK to OpenJMX in the future, or will you wait till
solid specs. are release on these types of features (i.e. Cascading Agents,
auto-detection, etc.)?
additional features (similar to the JDMK). I have everything working using
the JMX RI and found your implementation. I found that your version of the
NotificationBroadcaster interface has 3 method signatures for
removeNotificationListener() and the JMX RI implementation has 1. After
looking at the JMX spec., it says that:
"This method takes a reference to a NotificationListener object, as well as
a hand-back object."
The JMX RI implementation isn't even correct, in it only takes the
NotificationListener as a parameter. I know the specs. are vague, but
wondering why you added the extra ones?
Thanks.
-Tom
P.S. Also wondering if there are any future plans to add some of the extra
features as in the JDMK to OpenJMX in the future, or will you wait till
solid specs. are release on these types of features (i.e. Cascading Agents,
auto-detection, etc.)?