jmx
Version:
Bridge library to communicate with Java applications through JMX.
9 lines (7 loc) • 576 B
Markdown
# TODO for node-jmx
* [ ] JMX Server Support ([issue #1](https://github.com/zuazo/node-jmx/issues/1)).
* [ ] Fix *getAttribute* error event if attribute isn't found ([issue #8](https://github.com/zuazo/node-jmx/issues/8)).
* [ ] Follow the nodejs callback paradigm for errors ([issue #8](https://github.com/zuazo/node-jmx/issues/8)).
* [ ] Support *getMBeanInfo(beanName)* ([issue #9](https://github.com/zuazo/node-jmx/issues/9)).
* [ ] Support differente protocol providers (related to [issue #4](https://github.com/zuazo/node-jmx/pull/4)).
* [ ] Support JMX notifications.