]
Bela Ban resolved JGRP-2119.
----------------------------
Resolution: Done
Separate JMX objects
--------------------
Key: JGRP-2119
URL:
https://issues.jboss.org/browse/JGRP-2119
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 4.0
Provide managed attributes or operations in separate classes, e.g. to be used for stats
in TP. These could include num_msgs_sent, num_batches_received etc.
A protocol could implement an interface (e.g. AdditionalStats), which would return a list
of objects whose attributes and operations should be exposed together with the protocol.
This would reduce code in TP.