![]() Please wait while updating issue type...
Could not save your changes
This issue has been changed since you started editing it
Data that has been changed is highlighted in red below. Undo your changes to see the updated information
You have changed this issue, but haven't saved your changes yet. To save it, press the Save changes button to the right
This issue is blocking the next release
![]() There are no comments
There is nothing attached to this issue
This issue has no duplicates
There are no code checkins for this issue |
|||||||||||||||||||||||||||||||||
Really delete this comment?
Server can act as JMX proxy forwarding JMX traffic to JPPFNode. JMX ObjectName with prefix: nodeId
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
The simplest solution I found was to create a driver MBean that will forward JMX requests to the nodes, based on a node selector, so that requests may be delegated to any number of nodes at once. I defined 3 types of selectors: "all nodes" to forward the request to all the nodes currently attached to the server, execution-policy based selector, and a selector that takes a list of node uuids.
The MBean interface provides both generic method ("invoke", "getAttribute", "setAttribute") so it will work with any node MBean including custom ones, and specific methods that delegate to the corresponding methods of JPPFNodeAdminMBean
What remains to do is the registration of notfiication listeners and the handling of notifications.
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Changes committed to SVN trunk revision 2599
The issue was updated with the following change(s):
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?